#C6AD8E

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

Shades of Tan #C6AD8E

Tints of Tan #C6AD8E

Color information

#C6AD8E (or 0xC6AD8E) is unknown color: approx Tan. HEX triplet: C6, AD and 8E. RGB value is (198,173,142). Sum of RGB (Red+Green+Blue) = 198+173+142=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD8E is #395271. Grayscale: #B1B1B1. Windows color (decimal): -3756658 or 9350598. OLE color: 9350598.

HSL color Cylindrical-coordinate representation of color #C6AD8E: hue angle of 33.21º 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 #C6AD8E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB198173142-
CMYK00.130.280.22
HSL33.21º32.94%66.67%-
HSV(B)33.21º28.28%77.65%-
XYZ43.1143.8531.78-
YUV176.94108.28143.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=38.60%
G=33.72%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817314200.130.280.2233.2132.9466.67
HexC6AD8E0D1C16212143
Octal30625521601534264141103
Binary1100011010101101100011100110111100101101000011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD8E; }

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

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

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

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

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

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

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

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