Html Css Color HEX #C67545 Zest

📋 copy color: '#C67545'

red 198 ◦ green 117 ◦ blue 69

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

Shades of Zest #C67545

Tints of Zest #C67545

RGB

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

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

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

R = 51.56%
G = 30.47%
B = 17.97%

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

#C67545 (or 0xC67545) is known color: Zest. HEX triplet: C6, 75 and 45. RGB value is (198,117,69). Sum of RGB (Red+Green+Blue) = 198+117+69=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C67545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67545 is #398ABA. Grayscale: #888888. Windows color (decimal): -3771067 or 4552134. OLE color: 4552134.

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

Color convert

RGB 198 117 69 -
CMYK 0 0.41 0.65 0.22
HSL 22.33º 0.53% 0.52% -
HSV(B) 22.33º 0.65% 0.78% -
XYZ 30.72 25.16 8.87 -
YUV 135.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 198 117 69 0 0.41 0.65 0.22 22.33 0.53 0.52
Hex C6 75 45 0 29 41 16 16 35 34
Octal 306 165 105 0 51 101 26 26 65 64
Binary 11000110 1110101 1000101 0 101001 1000001 10110 10110 110101 110100

Color Harmonies of #C67545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67545

Black with #C67545

Text Example


Text Example

White with #C67545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67545; }

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

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

background-color css

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

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

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

border-color css

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

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

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