#C49867

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

Shades of Fallow #C49867

Tints of Fallow #C49867

Color information

#C49867 (or 0xC49867) is unknown color: approx Fallow. HEX triplet: C4, 98 and 67. RGB value is (196,152,103). Sum of RGB (Red+Green+Blue) = 196+152+103=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C49867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49867 is #3B6798. Grayscale: #9F9F9F. Windows color (decimal): -3893145 or 6789316. OLE color: 6789316.

HSL color Cylindrical-coordinate representation of color #C49867: hue angle of 31.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C49867 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196152103-
CMYK00.220.470.23
HSL31.61º44.08%58.63%-
HSV(B)31.61º47.45%76.86%-
XYZ36.4435.1717.7-
YUV159.5796.08153.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=43.46%
G=33.70%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615210300.220.470.2331.6144.0858.63
HexC498670162F17202c3b
Octal3042301470265727405473
Binary1100010010011000110011101011010111110111100000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49867; }

 p { color: rgb(196,152,103); }

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

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

 a { background-color: rgb(196,152,103); }

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

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

 span { border-color: rgb(196,152,103); }

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