Color: #C6824E

#C6824E Color Information

#C6824E is a light color. The closest websafe version is #C6824E. A complement of this color would be #4E92C6, perceived brightness is 0.57, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 26°,a saturation of 51%, and a lightness of 54%.The HSV representation shows a hue of 26°, a saturation of 100%, and a value of 100%.

In a RGB color space, #C6824E is composed of 78% red, 51% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 61% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 29.03, x: 0.4783, and y: 0.4047.

Color Code #C6824E

HEX
#C6824E
RGB
rgb(198, 130, 78)
HSL
hsl(26, 51%, 54%)
HSV
hsv(26, 61%, 78%)
CMYK
0%, 34%, 61%, 22%
XYZ
X: 34.31, Y: 29.03, Z: 8.40
Lab
L: 60.81, a: 23.25, b: 39.06
Name

Shades of Color #C6824E

Shades are created by darkening the original color #C6824E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #C6824E

Tints are created by lightening the original color #C6824E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #C6824E Color Code

In the HSL color space, this color has a hue angle of 26°, a saturation of 51%, and a lightness of 54%. The HSV representation shows a hue of 26°, a saturation of 61%, and a value of 78%.

  • HEX: #C6824E
  • RGB: rgb(198, 130, 78)
  • HSL: hsl(26, 51%, 54%)
  • HSV: hsv(26, 61%, 78%)
  • CMYK: 0.00% cyan, 34.00% magenta, 61.00% yellow, 22.00% black
  • XYZ: 34.31, 29.03, 8.40
  • Yxy: 29.03, 0.4783, 0.4047
  • Hunter Lab: 60.81, 23.25, 39.06
  • CIE-Lab: 60.81, 23.25, 39.06

In the XYZ color space, this color is represented as X: 34.31, Y: 29.03, Z: 8.40. The Yxy representation further refines this as Y: 29.03, x: 0.4783, and y: 0.4047.

In the Hunter Lab color space, this color is represented as L: 60.81, a: 23.25, and b: 39.06. Similarly, in the CIE-Lab color space, it is represented as L: 60.81, a: 23.25, and b: 39.06.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #C6824E

Triadic colors are three colors evenly spaced around the color wheel, including #C6824E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #C6824E

Analogous colors are adjacent to #C6824E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #C6824E

Monochromatic colors are variations of #C6824E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #C6824E

The complementary color of #C6824E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #C6824E

/* Using HEX */
body {
  background-color: #c6824e;
}
/* Using RGB */
body {
  background-color: rgb(198, 130, 78);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 130, 78, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(26, 51%, 54%);
}
/* Text color */
p {
  color: #c6824e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c6824e;
}

HTML Examples of #C6824E

<!-- Using HEX -->
<div style="background-color: #c6824e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(198, 130, 78); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(198, 130, 78, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(26, 51%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c6824e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c6824e; width: 100px; height: 100px;"></div>

Related Colors of #C6824E

These colors are similar to #C6824E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.