#C4966D

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

Shades of Fallow #C4966D

Tints of Fallow #C4966D

Color information

#C4966D (or 0xC4966D) is unknown color: approx Fallow. HEX triplet: C4, 96 and 6D. RGB value is (196,150,109). Sum of RGB (Red+Green+Blue) = 196+150+109=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4966D is #3B6992. Grayscale: #9F9F9F. Windows color (decimal): -3893651 or 7182020. OLE color: 7182020.

HSL color Cylindrical-coordinate representation of color #C4966D: hue angle of 28.28º 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 #C4966D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB196150109-
CMYK00.230.440.23
HSL28.28º42.44%59.8%-
HSV(B)28.28º44.39%76.86%-
XYZ36.4334.6519.24-
YUV159.0899.74154.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=43.08%
G=32.97%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615010900.230.440.2328.2842.4459.8
HexC4966D0172C171c2a3c
Octal3042261550275427345274
Binary110001001001011011011010101111011001011111100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4966D; }

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

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

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

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

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

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

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

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