Html Css Color HEX #C56611 Chocolate

📋 copy color: '#C56611'

red 197 ◦ green 102 ◦ blue 17

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

Shades of Chocolate #C56611

Tints of Chocolate #C56611

RGB

 RED value IS 197 (77.34% from 255) = 62.34%

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

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

R = 62.34%
G = 32.28%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C56611 (or 0xC56611) is known color: Chocolate. HEX triplet: C5, 66 and 11. RGB value is (197,102,17). Sum of RGB (Red+Green+Blue) = 197+102+17=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C56611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56611 is #3A99EE. Grayscale: #797979. Windows color (decimal): -3840495 or 1140421. OLE color: 1140421.

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

Color convert

RGB 197 102 17 -
CMYK 0 0.48 0.91 0.23
HSL 28.33º 0.84% 0.42% -
HSV(B) 28.33º 0.91% 0.77% -
XYZ 27.88 21.41 3.19 -
YUV 120.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 197 102 17 0 0.48 0.91 0.23 28.33 0.84 0.42
Hex C5 66 11 0 30 5B 17 1C 54 2A
Octal 305 146 21 0 60 133 27 34 124 52
Binary 11000101 1100110 10001 0 110000 1011011 10111 11100 1010100 101010

Color Harmonies of #C56611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56611

Black with #C56611

Text Example


Text Example

White with #C56611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56611; }

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

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

background-color css

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

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

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

border-color css

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

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

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