Html Css Color HEX #C66320 Chocolate

📋 copy color: '#C66320'

red 198 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #C66320

Tints of Chocolate #C66320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 60.18%
G = 30.09%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C66320 (or 0xC66320) is known color: Chocolate. HEX triplet: C6, 63 and 20. RGB value is (198,99,32). Sum of RGB (Red+Green+Blue) = 198+99+32=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C66320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66320 is #399CDF. Grayscale: #797979. Windows color (decimal): -3775712 or 2122694. OLE color: 2122694.

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

Color convert

RGB 198 99 32 -
CMYK 0 0.50 0.84 0.22
HSL 24.22º 0.72% 0.45% -
HSV(B) 24.22º 0.84% 0.78% -
XYZ 28.01 21.03 3.95 -
YUV 120.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 198 99 32 0 0.50 0.84 0.22 24.22 0.72 0.45
Hex C6 63 20 0 32 54 16 18 48 2D
Octal 306 143 40 0 62 124 26 30 110 55
Binary 11000110 1100011 100000 0 110010 1010100 10110 11000 1001000 101101

Color Harmonies of #C66320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66320

Black with #C66320

Text Example


Text Example

White with #C66320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66320; }

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

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

background-color css

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

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

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

border-color css

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

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

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