#C7966D

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

Shades of Fallow #C7966D

Tints of Fallow #C7966D

Color information

#C7966D (or 0xC7966D) is unknown color: approx Fallow. HEX triplet: C7, 96 and 6D. RGB value is (199,150,109). Sum of RGB (Red+Green+Blue) = 199+150+109=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7966D is #386992. Grayscale: #A0A0A0. Windows color (decimal): -3697043 or 7182023. OLE color: 7182023.

HSL color Cylindrical-coordinate representation of color #C7966D: hue angle of 27.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7966D is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB199150109-
CMYK00.250.450.22
HSL27.33º44.55%60.39%-
HSV(B)27.33º45.23%78.04%-
XYZ37.2235.0619.27-
YUV159.9899.23155.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=43.45%
G=32.75%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915010900.250.450.2227.3344.5560.39
HexC7966D0192D161b2d3c
Octal3072261550315526335574
Binary110001111001011011011010110011011011011011011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7966D; }

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

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

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

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

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

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

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

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