Html Css Color HEX #C67340 Zest

📋 copy color: '#C67340'

red 198 ◦ green 115 ◦ blue 64

#C67340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #C67340

Tints of Zest #C67340

RGB

 RED value IS 198 (77.73% from 255) = 52.52%

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 52.52%
G = 30.5%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C67340 (or 0xC67340) is known color: Zest. HEX triplet: C6, 73 and 40. RGB value is (198,115,64). Sum of RGB (Red+Green+Blue) = 198+115+64=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C67340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67340 is #398CBF. Grayscale: #868686. Windows color (decimal): -3771584 or 4223942. OLE color: 4223942.

HSL color Cylindrical-coordinate representation of color #C67340: hue angle of 22.84º 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 #C67340 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 115 64 -
CMYK 0 0.42 0.68 0.22
HSL 22.84º 0.54% 0.51% -
HSV(B) 22.84º 0.68% 0.78% -
XYZ 30.34 24.64 8.01 -
YUV 134 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 198 115 64 0 0.42 0.68 0.22 22.84 0.54 0.51
Hex C6 73 40 0 2A 44 16 17 36 33
Octal 306 163 100 0 52 104 26 27 66 63
Binary 11000110 1110011 1000000 0 101010 1000100 10110 10111 110110 110011

Color Harmonies of #C67340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67340

Black with #C67340

Text Example


Text Example

White with #C67340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67340; }

 p { color: rgb(198,115,64); }

 H1.HeaderClassName
 {
   color: #C67340;
 }
 .AnyTagClassName
 {
   color: #C67340;
 }
</style>

background-color css

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

 a { background-color: rgb(198,115,64); }

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

border-color css

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

 span { border-color: rgb(198,115,64); }

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