Html Css Color HEX #C66611 Chocolate

📋 copy color: '#C66611'

red 198 ◦ green 102 ◦ blue 17

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

Shades of Chocolate #C66611

Tints of Chocolate #C66611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 62.46%
G = 32.18%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C66611 (or 0xC66611) is known color: Chocolate. HEX triplet: C6, 66 and 11. RGB value is (198,102,17). Sum of RGB (Red+Green+Blue) = 198+102+17=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C66611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66611 is #3999EE. Grayscale: #797979. Windows color (decimal): -3774959 or 1140422. OLE color: 1140422.

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

Color convert

RGB 198 102 17 -
CMYK 0 0.48 0.91 0.22
HSL 28.18º 0.84% 0.42% -
HSV(B) 28.18º 0.91% 0.78% -
XYZ 28.14 21.55 3.21 -
YUV 121.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 198 102 17 0 0.48 0.91 0.22 28.18 0.84 0.42
Hex C6 66 11 0 30 5B 16 1C 54 2A
Octal 306 146 21 0 60 133 26 34 124 52
Binary 11000110 1100110 10001 0 110000 1011011 10110 11100 1010100 101010

Color Harmonies of #C66611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66611

Black with #C66611

Text Example


Text Example

White with #C66611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66611; }

 p { color: rgb(198,102,17); }

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

background-color css

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

 a { background-color: rgb(198,102,17); }

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

border-color css

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

 span { border-color: rgb(198,102,17); }

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