#D7610E

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

Shades of Chocolate #D7610E

Tints of Chocolate #D7610E

Color information

#D7610E (or 0xD7610E) is unknown color: approx Chocolate. HEX triplet: D7, 61 and 0E. RGB value is (215,97,14). Sum of RGB (Red+Green+Blue) = 215+97+14=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7610E is #289EF1. Grayscale: #7B7B7B. Windows color (decimal): -2662130 or 942551. OLE color: 942551.

HSL color Cylindrical-coordinate representation of color #D7610E: hue angle of 24.78º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7610E is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB2159714-
CMYK00.550.930.16
HSL24.78º87.77%44.9%-
HSV(B)24.78º93.49%84.31%-
XYZ32.3823.033.15-
YUV122.8266.59193.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.95%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 14 (5.86% from 255) = 4.29%
R=65.95%
G=29.75%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215971400.550.930.1624.7887.7744.9
HexD761E0375D1019582d
Octal32714116067135203113055
Binary11010111110000111100110111101110110000110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7610E; }

 p { color: rgb(215,97,14); }

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

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

 a { background-color: rgb(215,97,14); }

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

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

 span { border-color: rgb(215,97,14); }

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