#C49F6A

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

Shades of Fallow #C49F6A

Tints of Fallow #C49F6A

Color information

#C49F6A (or 0xC49F6A) is unknown color: approx Fallow. HEX triplet: C4, 9F and 6A. RGB value is (196,159,106). Sum of RGB (Red+Green+Blue) = 196+159+106=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F6A is #3B6095. Grayscale: #A4A4A4. Windows color (decimal): -3891350 or 6987716. OLE color: 6987716.

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

Color convert

RGB196159106-
CMYK00.190.460.23
HSL35.33º43.27%59.22%-
HSV(B)35.33º45.92%76.86%-
XYZ37.7637.5718.9-
YUV164.0295.26150.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 159 (62.5% from 255) = 34.49%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=42.52%
G=34.49%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615910600.190.460.2335.3343.2759.22
HexC49F6A0132E17232b3b
Octal3042371520235627435373
Binary1100010010011111110101001001110111010111100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F6A; }

 p { color: rgb(196,159,106); }

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

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

 a { background-color: rgb(196,159,106); }

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

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

 span { border-color: rgb(196,159,106); }

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