#c49661

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

Shades of Fallow #C49661

Tints of Fallow #C49661

Color information

#C49661 (or 0xC49661) is unknown color: approx Fallow. HEX triplet: C4, 96 and 61. RGB value is (196,150,97). Sum of RGB (Red+Green+Blue) = 196+150+97=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C49661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49661 is #3B699E. Grayscale: #9D9D9D. Windows color (decimal): -3893663 or 6395588. OLE color: 6395588.

HSL color Cylindrical-coordinate representation of color #C49661: hue angle of 32.12º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49661 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19615097-
CMYK00.230.510.23
HSL32.12º45.62%57.45%-
HSV(B)32.12º50.51%76.86%-
XYZ35.8334.4116.06-
YUV157.7193.74155.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=44.24%
G=33.86%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961509700.230.510.2332.1245.6257.45
HexC496610173317202e39
Octal3042261410276327405671
Binary1100010010010110110000101011111001110111100000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49661; }

 p { color: rgb(196,150,97); }

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

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

 a { background-color: rgb(196,150,97); }

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

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

 span { border-color: rgb(196,150,97); }

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