#C66B3F

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

Shades of Zest #C66B3F

Tints of Zest #C66B3F

Color information

#C66B3F (or 0xC66B3F) is unknown color: approx Zest. HEX triplet: C6, 6B and 3F. RGB value is (198,107,63). Sum of RGB (Red+Green+Blue) = 198+107+63=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B3F is #3994C0. Grayscale: #818181. Windows color (decimal): -3773633 or 4156358. OLE color: 4156358.

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

Color convert

RGB19810763-
CMYK00.460.680.22
HSL19.56º54.22%51.18%-
HSV(B)19.56º68.18%77.65%-
XYZ29.4422.887.57-
YUV129.1990.65177.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.80%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 63 (25% from 255) = 17.12%
R=53.80%
G=29.08%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981076300.460.680.2219.5654.2251.18
HexC66B3F02E4416143633
Octal3061537705610426246663
Binary110001101101011111111010111010001001011010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B3F; }

 p { color: rgb(198,107,63); }

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

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

 a { background-color: rgb(198,107,63); }

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

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

 span { border-color: rgb(198,107,63); }

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