Html Css Color HEX #C6743A Zest

📋 copy color: '#C6743A'

red 198 ◦ green 116 ◦ blue 58

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

Shades of Zest #C6743A

Tints of Zest #C6743A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.59%

R = 53.23%
G = 31.18%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6743A (or 0xC6743A) is known color: Zest. HEX triplet: C6, 74 and 3A. RGB value is (198,116,58). Sum of RGB (Red+Green+Blue) = 198+116+58=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6743A is #398BC5. Grayscale: #868686. Windows color (decimal): -3771334 or 3830982. OLE color: 3830982.

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

Color convert

RGB 198 116 58 -
CMYK 0 0.41 0.71 0.22
HSL 24.86º 0.55% 0.5% -
HSV(B) 24.86º 0.71% 0.78% -
XYZ 30.3 24.8 7.19 -
YUV 133.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 198 116 58 0 0.41 0.71 0.22 24.86 0.55 0.5
Hex C6 74 3A 0 29 47 16 19 37 32
Octal 306 164 72 0 51 107 26 31 67 62
Binary 11000110 1110100 111010 0 101001 1000111 10110 11001 110111 110010

Color Harmonies of #C6743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6743A

Black with #C6743A

Text Example


Text Example

White with #C6743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6743A; }

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

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

background-color css

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

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

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

border-color css

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

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

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