Html Css Color HEX #C6743C Zest

📋 copy color: '#C6743C'

red 198 ◦ green 116 ◦ blue 60

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

Shades of Zest #C6743C

Tints of Zest #C6743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 52.94%
G = 31.02%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6743C (or 0xC6743C) is known color: Zest. HEX triplet: C6, 74 and 3C. RGB value is (198,116,60). Sum of RGB (Red+Green+Blue) = 198+116+60=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6743C is #398BC3. Grayscale: #868686. Windows color (decimal): -3771332 or 3962054. OLE color: 3962054.

HSL color Cylindrical-coordinate representation of color #C6743C: hue angle of 24.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6743C is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 60 -
CMYK 0 0.41 0.70 0.22
HSL 24.35º 0.55% 0.51% -
HSV(B) 24.35º 0.7% 0.78% -
XYZ 30.35 24.82 7.47 -
YUV 134.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 198 116 60 0 0.41 0.70 0.22 24.35 0.55 0.51
Hex C6 74 3C 0 29 46 16 18 37 33
Octal 306 164 74 0 51 106 26 30 67 63
Binary 11000110 1110100 111100 0 101001 1000110 10110 11000 110111 110011

Color Harmonies of #C6743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6743C

Black with #C6743C

Text Example


Text Example

White with #C6743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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