Html Css Color HEX #C67840 Zest

📋 copy color: '#C67840'

red 198 ◦ green 120 ◦ blue 64

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

Shades of Zest #C67840

Tints of Zest #C67840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

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

R = 51.83%
G = 31.41%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C67840 (or 0xC67840) is known color: Zest. HEX triplet: C6, 78 and 40. RGB value is (198,120,64). Sum of RGB (Red+Green+Blue) = 198+120+64=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C67840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67840 is #3987BF. Grayscale: #898989. Windows color (decimal): -3770304 or 4225222. OLE color: 4225222.

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

Color convert

RGB 198 120 64 -
CMYK 0 0.39 0.68 0.22
HSL 25.07º 0.54% 0.51% -
HSV(B) 25.07º 0.68% 0.78% -
XYZ 30.93 25.81 8.2 -
YUV 136.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 198 120 64 0 0.39 0.68 0.22 25.07 0.54 0.51
Hex C6 78 40 0 27 44 16 19 36 33
Octal 306 170 100 0 47 104 26 31 66 63
Binary 11000110 1111000 1000000 0 100111 1000100 10110 11001 110110 110011

Color Harmonies of #C67840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67840

Black with #C67840

Text Example


Text Example

White with #C67840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67840; }

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

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

background-color css

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

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

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

border-color css

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

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

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