#C65E18

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

Shades of Chocolate #C65E18

Tints of Chocolate #C65E18

Color information

#C65E18 (or 0xC65E18) is unknown color: approx Chocolate. HEX triplet: C6, 5E and 18. RGB value is (198,94,24). Sum of RGB (Red+Green+Blue) = 198+94+24=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65E18 is #39A1E7. Grayscale: #757575. Windows color (decimal): -3777000 or 1597126. OLE color: 1597126.

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

Color convert

RGB1989424-
CMYK00.530.880.22
HSL24.14º78.38%43.53%-
HSV(B)24.14º87.88%77.65%-
XYZ27.4620.083.29-
YUV117.1275.46185.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.66%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 24 (9.77% from 255) = 7.59%
R=62.66%
G=29.75%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198942400.530.880.2224.1478.3843.53
HexC65E180355816184e2c
Octal30613630065130263011654
Binary110001101011110110000110101101100010110110001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65E18; }

 p { color: rgb(198,94,24); }

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

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

 a { background-color: rgb(198,94,24); }

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

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

 span { border-color: rgb(198,94,24); }

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