Html Css Color HEX #C67534 Zest

📋 copy color: '#C67534'

red 198 ◦ green 117 ◦ blue 52

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

Shades of Zest #C67534

Tints of Zest #C67534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 53.95%
G = 31.88%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C67534 (or 0xC67534) is known color: Zest. HEX triplet: C6, 75 and 34. RGB value is (198,117,52). Sum of RGB (Red+Green+Blue) = 198+117+52=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C67534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67534 is #398ACB. Grayscale: #868686. Windows color (decimal): -3771084 or 3438022. OLE color: 3438022.

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

Color convert

RGB 198 117 52 -
CMYK 0 0.41 0.74 0.22
HSL 26.71º 0.58% 0.49% -
HSV(B) 26.71º 0.74% 0.78% -
XYZ 30.27 24.98 6.47 -
YUV 133.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 198 117 52 0 0.41 0.74 0.22 26.71 0.58 0.49
Hex C6 75 34 0 29 4A 16 1B 3A 31
Octal 306 165 64 0 51 112 26 33 72 61
Binary 11000110 1110101 110100 0 101001 1001010 10110 11011 111010 110001

Color Harmonies of #C67534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67534

Black with #C67534

Text Example


Text Example

White with #C67534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67534; }

 p { color: rgb(198,117,52); }

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

background-color css

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

 a { background-color: rgb(198,117,52); }

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

border-color css

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

 span { border-color: rgb(198,117,52); }

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