Html Css Color HEX #C66616 Chocolate

📋 copy color: '#C66616'

red 198 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #C66616

Tints of Chocolate #C66616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 61.49%
G = 31.68%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C66616 (or 0xC66616) is known color: Chocolate. HEX triplet: C6, 66 and 16. RGB value is (198,102,22). Sum of RGB (Red+Green+Blue) = 198+102+22=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C66616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66616 is #3999E9. Grayscale: #7A7A7A. Windows color (decimal): -3774954 or 1468102. OLE color: 1468102.

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

Color convert

RGB 198 102 22 -
CMYK 0 0.48 0.89 0.22
HSL 27.27º 0.8% 0.43% -
HSV(B) 27.27º 0.89% 0.78% -
XYZ 28.18 21.57 3.44 -
YUV 121.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 198 102 22 0 0.48 0.89 0.22 27.27 0.8 0.43
Hex C6 66 16 0 30 59 16 1B 50 2B
Octal 306 146 26 0 60 131 26 33 120 53
Binary 11000110 1100110 10110 0 110000 1011001 10110 11011 1010000 101011

Color Harmonies of #C66616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66616

Black with #C66616

Text Example


Text Example

White with #C66616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66616; }

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

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

background-color css

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

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

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

border-color css

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

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

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