#C7966B

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

Shades of Fallow #C7966B

Tints of Fallow #C7966B

Color information

#C7966B (or 0xC7966B) is unknown color: approx Fallow. HEX triplet: C7, 96 and 6B. RGB value is (199,150,107). Sum of RGB (Red+Green+Blue) = 199+150+107=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7966B is #386994. Grayscale: #9F9F9F. Windows color (decimal): -3697045 or 7050951. OLE color: 7050951.

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

Color convert

RGB199150107-
CMYK00.250.460.22
HSL28.04º45.1%60%-
HSV(B)28.04º46.23%78.04%-
XYZ37.1135.0218.71-
YUV159.7598.23156-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 107 (42.19% from 255) = 23.46%
R=43.64%
G=32.89%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915010700.250.460.2228.0445.160
HexC7966B0192E161c2d3c
Octal3072261530315626345574
Binary110001111001011011010110110011011101011011100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7966B; }

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

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

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

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

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

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

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

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