#C67434

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

Shades of Zest #C67434

Tints of Zest #C67434

Color information

#C67434 (or 0xC67434) is unknown color: approx Zest. HEX triplet: C6, 74 and 34. RGB value is (198,116,52). Sum of RGB (Red+Green+Blue) = 198+116+52=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C67434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67434 is #398BCB. Grayscale: #858585. Windows color (decimal): -3771340 or 3437766. OLE color: 3437766.

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

Color convert

RGB19811652-
CMYK00.410.740.22
HSL26.3º58.4%49.02%-
HSV(B)26.3º73.74%77.65%-
XYZ30.1524.746.44-
YUV133.2282.17174.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 52 (20.70% from 255) = 14.21%
R=54.10%
G=31.69%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981165200.410.740.2226.358.449.02
HexC674340294A161a3a31
Octal3061646405111226327261
Binary110001101110100110100010100110010101011011010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67434; }

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

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

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

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

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

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

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

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