#C6A16E

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

Shades of Fallow #C6A16E

Tints of Fallow #C6A16E

Color information

#C6A16E (or 0xC6A16E) is unknown color: approx Fallow. HEX triplet: C6, A1 and 6E. RGB value is (198,161,110). Sum of RGB (Red+Green+Blue) = 198+161+110=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A16E is #395E91. Grayscale: #A6A6A6. Windows color (decimal): -3759762 or 7250374. OLE color: 7250374.

HSL color Cylindrical-coordinate representation of color #C6A16E: hue angle of 34.77º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6A16E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB198161110-
CMYK00.190.440.22
HSL34.77º43.56%60.39%-
HSV(B)34.77º44.44%77.65%-
XYZ38.8538.6220.16-
YUV166.2596.26150.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=42.22%
G=34.33%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816111000.190.440.2234.7743.5660.39
HexC6A16E0132C16232c3c
Octal3062411560235426435474
Binary1100011010100001110111001001110110010110100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A16E; }

 p { color: rgb(198,161,110); }

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

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

 a { background-color: rgb(198,161,110); }

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

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

 span { border-color: rgb(198,161,110); }

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