#C67432

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

Shades of Zest #C67432

Tints of Zest #C67432

Color information

#C67432 (or 0xC67432) is unknown color: approx Zest. HEX triplet: C6, 74 and 32. RGB value is (198,116,50). Sum of RGB (Red+Green+Blue) = 198+116+50=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C67432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67432 is #398BCD. Grayscale: #858585. Windows color (decimal): -3771342 or 3306694. OLE color: 3306694.

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

Color convert

RGB19811650-
CMYK00.410.750.22
HSL26.76º59.68%48.63%-
HSV(B)26.76º74.75%77.65%-
XYZ30.1124.736.2-
YUV132.9981.17174.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 50 (19.92% from 255) = 13.74%
R=54.40%
G=31.87%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981165000.410.750.2226.7659.6848.63
HexC674320294B161b3c31
Octal3061646205111326337461
Binary110001101110100110010010100110010111011011011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67432; }

 p { color: rgb(198,116,50); }

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

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

 a { background-color: rgb(198,116,50); }

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

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

 span { border-color: rgb(198,116,50); }

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