Html Css Color HEX #C6743D Zest

📋 copy color: '#C6743D'

red 198 ◦ green 116 ◦ blue 61

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

Shades of Zest #C6743D

Tints of Zest #C6743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 52.8%
G = 30.93%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6743D (or 0xC6743D) is known color: Zest. HEX triplet: C6, 74 and 3D. RGB value is (198,116,61). Sum of RGB (Red+Green+Blue) = 198+116+61=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6743D is #398BC2. Grayscale: #868686. Windows color (decimal): -3771331 or 4027590. OLE color: 4027590.

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

Color convert

RGB 198 116 61 -
CMYK 0 0.41 0.69 0.22
HSL 24.09º 0.55% 0.51% -
HSV(B) 24.09º 0.69% 0.78% -
XYZ 30.38 24.83 7.61 -
YUV 134.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 198 116 61 0 0.41 0.69 0.22 24.09 0.55 0.51
Hex C6 74 3D 0 29 45 16 18 37 33
Octal 306 164 75 0 51 105 26 30 67 63
Binary 11000110 1110100 111101 0 101001 1000101 10110 11000 110111 110011

Color Harmonies of #C6743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6743D

Black with #C6743D

Text Example


Text Example

White with #C6743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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