Html Css Color HEX #C67445 Zest

📋 copy color: '#C67445'

red 198 ◦ green 116 ◦ blue 69

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

Shades of Zest #C67445

Tints of Zest #C67445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

 BLUE value IS 69 (27.34% from 255) = 18.02%

R = 51.7%
G = 30.29%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C67445 (or 0xC67445) is known color: Zest. HEX triplet: C6, 74 and 45. RGB value is (198,116,69). Sum of RGB (Red+Green+Blue) = 198+116+69=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C67445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67445 is #398BBA. Grayscale: #878787. Windows color (decimal): -3771323 or 4551878. OLE color: 4551878.

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

Color convert

RGB 198 116 69 -
CMYK 0 0.41 0.65 0.22
HSL 21.86º 0.53% 0.52% -
HSV(B) 21.86º 0.65% 0.78% -
XYZ 30.61 24.93 8.83 -
YUV 135.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 198 116 69 0 0.41 0.65 0.22 21.86 0.53 0.52
Hex C6 74 45 0 29 41 16 16 35 34
Octal 306 164 105 0 51 101 26 26 65 64
Binary 11000110 1110100 1000101 0 101001 1000001 10110 10110 110101 110100

Color Harmonies of #C67445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67445

Black with #C67445

Text Example


Text Example

White with #C67445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67445; }

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

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

background-color css

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

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

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

border-color css

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

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

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