#C65D13

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

Shades of Chocolate #C65D13

Tints of Chocolate #C65D13

Color information

#C65D13 (or 0xC65D13) is unknown color: approx Chocolate. HEX triplet: C6, 5D and 13. RGB value is (198,93,19). Sum of RGB (Red+Green+Blue) = 198+93+19=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D13 is #39A2EC. Grayscale: #747474. Windows color (decimal): -3777261 or 1269190. OLE color: 1269190.

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

Color convert

RGB1989319-
CMYK00.530.900.22
HSL24.8º82.49%42.55%-
HSV(B)24.8º90.4%77.65%-
XYZ27.3219.883.01-
YUV115.9673.29186.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 19 (7.81% from 255) = 6.13%
R=63.87%
G=30%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198931900.530.900.2224.882.4942.55
HexC65D130355A1619522b
Octal30613523065132263112253
Binary110001101011101100110110101101101010110110011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D13; }

 p { color: rgb(198,93,19); }

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

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

 a { background-color: rgb(198,93,19); }

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

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

 span { border-color: rgb(198,93,19); }

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