#C6611B

Color #C6611B Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C6611B

Tints of Chocolate #C6611B

Color information

#C6611B (or 0xC6611B) is unknown color: approx Chocolate. HEX triplet: C6, 61 and 1B. RGB value is (198,97,27). Sum of RGB (Red+Green+Blue) = 198+97+27=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6611B is #399EE4. Grayscale: #777777. Windows color (decimal): -3776229 or 1794502. OLE color: 1794502.

HSL color Cylindrical-coordinate representation of color #C6611B: hue angle of 24.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6611B is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB1989727-
CMYK00.510.860.22
HSL24.56º76%44.12%-
HSV(B)24.56º86.36%77.65%-
XYZ27.7620.633.56-
YUV119.2275.96184.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.49%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 27 (10.94% from 255) = 8.39%
R=61.49%
G=30.12%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198972700.510.860.2224.567644.12
HexC6611B0335616194c2c
Octal30614133063126263111454
Binary110001101100001110110110011101011010110110011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6611B; }

 p { color: rgb(198,97,27); }

 H1.HeaderClassName
 {
   color: #C6611B;
 }
 .AnyTagClassName
 {
   color: #C6611B;
 }
</style>
background-color css

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

 a { background-color: rgb(198,97,27); }

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

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

 span { border-color: rgb(198,97,27); }

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