Html Css Color HEX #C66322 Chocolate

📋 copy color: '#C66322'

red 198 ◦ green 99 ◦ blue 34

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

Shades of Chocolate #C66322

Tints of Chocolate #C66322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.27%

R = 59.82%
G = 29.91%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C66322 (or 0xC66322) is known color: Chocolate. HEX triplet: C6, 63 and 22. RGB value is (198,99,34). Sum of RGB (Red+Green+Blue) = 198+99+34=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C66322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66322 is #399CDD. Grayscale: #797979. Windows color (decimal): -3775710 or 2253766. OLE color: 2253766.

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

Color convert

RGB 198 99 34 -
CMYK 0 0.50 0.83 0.22
HSL 23.78º 0.71% 0.45% -
HSV(B) 23.78º 0.83% 0.78% -
XYZ 28.04 21.04 4.1 -
YUV 121.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 198 99 34 0 0.50 0.83 0.22 23.78 0.71 0.45
Hex C6 63 22 0 32 53 16 18 47 2D
Octal 306 143 42 0 62 123 26 30 107 55
Binary 11000110 1100011 100010 0 110010 1010011 10110 11000 1000111 101101

Color Harmonies of #C66322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66322

Black with #C66322

Text Example


Text Example

White with #C66322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66322; }

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

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

background-color css

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

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

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

border-color css

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

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

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