Html Css Color HEX #C66120 Chocolate

📋 copy color: '#C66120'

red 198 ◦ green 97 ◦ blue 32

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

Shades of Chocolate #C66120

Tints of Chocolate #C66120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 60.55%
G = 29.66%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C66120 (or 0xC66120) is known color: Chocolate. HEX triplet: C6, 61 and 20. RGB value is (198,97,32). Sum of RGB (Red+Green+Blue) = 198+97+32=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C66120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66120 is #399EDF. Grayscale: #787878. Windows color (decimal): -3776224 or 2122182. OLE color: 2122182.

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

Color convert

RGB 198 97 32 -
CMYK 0 0.51 0.84 0.22
HSL 23.49º 0.72% 0.45% -
HSV(B) 23.49º 0.84% 0.78% -
XYZ 27.82 20.66 3.89 -
YUV 119.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 198 97 32 0 0.51 0.84 0.22 23.49 0.72 0.45
Hex C6 61 20 0 33 54 16 17 48 2D
Octal 306 141 40 0 63 124 26 27 110 55
Binary 11000110 1100001 100000 0 110011 1010100 10110 10111 1001000 101101

Color Harmonies of #C66120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66120

Black with #C66120

Text Example


Text Example

White with #C66120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66120; }

 p { color: rgb(198,97,32); }

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

background-color css

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

 a { background-color: rgb(198,97,32); }

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

border-color css

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

 span { border-color: rgb(198,97,32); }

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