Html Css Color HEX #C67740 Zest

📋 copy color: '#C67740'

red 198 ◦ green 119 ◦ blue 64

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

Shades of Zest #C67740

Tints of Zest #C67740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

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

R = 51.97%
G = 31.23%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C67740 (or 0xC67740) is known color: Zest. HEX triplet: C6, 77 and 40. RGB value is (198,119,64). Sum of RGB (Red+Green+Blue) = 198+119+64=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C67740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67740 is #3988BF. Grayscale: #888888. Windows color (decimal): -3770560 or 4224966. OLE color: 4224966.

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

Color convert

RGB 198 119 64 -
CMYK 0 0.40 0.68 0.22
HSL 24.63º 0.54% 0.51% -
HSV(B) 24.63º 0.68% 0.78% -
XYZ 30.81 25.57 8.16 -
YUV 136.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 198 119 64 0 0.40 0.68 0.22 24.63 0.54 0.51
Hex C6 77 40 0 28 44 16 19 36 33
Octal 306 167 100 0 50 104 26 31 66 63
Binary 11000110 1110111 1000000 0 101000 1000100 10110 11001 110110 110011

Color Harmonies of #C67740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67740

Black with #C67740

Text Example


Text Example

White with #C67740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67740; }

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

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

background-color css

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

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

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

border-color css

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

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

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