Html Css Color HEX #C66420 Chocolate

📋 copy color: '#C66420'

red 198 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #C66420

Tints of Chocolate #C66420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 60%
G = 30.3%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C66420 (or 0xC66420) is known color: Chocolate. HEX triplet: C6, 64 and 20. RGB value is (198,100,32). Sum of RGB (Red+Green+Blue) = 198+100+32=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C66420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66420 is #399BDF. Grayscale: #797979. Windows color (decimal): -3775456 or 2122950. OLE color: 2122950.

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

Color convert

RGB 198 100 32 -
CMYK 0 0.49 0.84 0.22
HSL 24.58º 0.72% 0.45% -
HSV(B) 24.58º 0.84% 0.78% -
XYZ 28.11 21.22 3.98 -
YUV 121.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 198 100 32 0 0.49 0.84 0.22 24.58 0.72 0.45
Hex C6 64 20 0 31 54 16 19 48 2D
Octal 306 144 40 0 61 124 26 31 110 55
Binary 11000110 1100100 100000 0 110001 1010100 10110 11001 1001000 101101

Color Harmonies of #C66420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66420

Black with #C66420

Text Example


Text Example

White with #C66420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66420; }

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

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

background-color css

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

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

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

border-color css

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

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

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