#C5966D

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

Shades of Fallow #C5966D

Tints of Fallow #C5966D

Color information

#C5966D (or 0xC5966D) is unknown color: approx Fallow. HEX triplet: C5, 96 and 6D. RGB value is (197,150,109). Sum of RGB (Red+Green+Blue) = 197+150+109=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5966D is #3A6992. Grayscale: #9F9F9F. Windows color (decimal): -3828115 or 7182021. OLE color: 7182021.

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

Color convert

RGB197150109-
CMYK00.240.450.23
HSL27.95º43.14%60%-
HSV(B)27.95º44.67%77.25%-
XYZ36.6934.7919.25-
YUV159.3899.57154.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=43.20%
G=32.89%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715010900.240.450.2327.9543.1460
HexC5966D0182D171c2b3c
Octal3052261550305527345374
Binary110001011001011011011010110001011011011111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5966D; }

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

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

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

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

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

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

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

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