#C4996D

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

Shades of Fallow #C4996D

Tints of Fallow #C4996D

Color information

#C4996D (or 0xC4996D) is unknown color: approx Fallow. HEX triplet: C4, 99 and 6D. RGB value is (196,153,109). Sum of RGB (Red+Green+Blue) = 196+153+109=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4996D is #3B6692. Grayscale: #A1A1A1. Windows color (decimal): -3892883 or 7182788. OLE color: 7182788.

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

Color convert

RGB196153109-
CMYK00.220.440.23
HSL30.34º42.44%59.8%-
HSV(B)30.34º44.39%76.86%-
XYZ36.9235.6219.4-
YUV160.8498.75153.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=42.79%
G=33.41%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615310900.220.440.2330.3442.4459.8
HexC4996D0162C171e2a3c
Octal3042311550265427365274
Binary110001001001100111011010101101011001011111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4996D; }

 p { color: rgb(196,153,109); }

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

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

 a { background-color: rgb(196,153,109); }

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

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

 span { border-color: rgb(196,153,109); }

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