Html Css Color HEX #C67344 Zest

📋 copy color: '#C67344'

red 198 ◦ green 115 ◦ blue 68

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

Shades of Zest #C67344

Tints of Zest #C67344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 51.97%
G = 30.18%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C67344 (or 0xC67344) is known color: Zest. HEX triplet: C6, 73 and 44. RGB value is (198,115,68). Sum of RGB (Red+Green+Blue) = 198+115+68=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C67344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67344 is #398CBB. Grayscale: #868686. Windows color (decimal): -3771580 or 4486086. OLE color: 4486086.

HSL color Cylindrical-coordinate representation of color #C67344: hue angle of 21.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C67344 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 115 68 -
CMYK 0 0.42 0.66 0.22
HSL 21.69º 0.53% 0.52% -
HSV(B) 21.69º 0.66% 0.78% -
XYZ 30.46 24.68 8.63 -
YUV 134.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 198 115 68 0 0.42 0.66 0.22 21.69 0.53 0.52
Hex C6 73 44 0 2A 42 16 16 35 34
Octal 306 163 104 0 52 102 26 26 65 64
Binary 11000110 1110011 1000100 0 101010 1000010 10110 10110 110101 110100

Color Harmonies of #C67344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67344

Black with #C67344

Text Example


Text Example

White with #C67344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67344; }

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

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

background-color css

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

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

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

border-color css

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

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

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