#C6AE8E

Color #C6AE8E Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tan #C6AE8E

Tints of Tan #C6AE8E

Color information

#C6AE8E (or 0xC6AE8E) is unknown color: approx Tan. HEX triplet: C6, AE and 8E. RGB value is (198,174,142). Sum of RGB (Red+Green+Blue) = 198+174+142=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AE8E is #395171. Grayscale: #B1B1B1. Windows color (decimal): -3756402 or 9350854. OLE color: 9350854.

HSL color Cylindrical-coordinate representation of color #C6AE8E: hue angle of 34.29º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6AE8E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB198174142-
CMYK00.120.280.22
HSL34.29º32.94%66.67%-
HSV(B)34.29º28.28%77.65%-
XYZ43.3144.2331.85-
YUV177.53107.95142.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=38.52%
G=33.85%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817414200.120.280.2234.2932.9466.67
HexC6AE8E0C1C16222143
Octal30625621601434264241103
Binary1100011010101110100011100110011100101101000101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE8E; }

 p { color: rgb(198,174,142); }

 H1.HeaderClassName
 {
   color: #C6AE8E;
 }
 .AnyTagClassName
 {
   color: #C6AE8E;
 }
</style>
background-color css

<style>
 a { background-color: #C6AE8E; }

 a { background-color: rgb(198,174,142); }

 div.DivClassName
 {
   background-color: #C6AE8E;
 }
 .BgClassName
 {
   background-color: #C6AE8E;
 }
</style>
border-color css

<style>
 span { border-color: #C6AE8E; }

 span { border-color: rgb(198,174,142); }

 td.TdClassName
 {
   border-color: #C6AE8E;
 }
 .TagClassName
 {
   border-color: #C6AE8E;
 }
</style>