#CE6A17

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

Shades of Chocolate #CE6A17

Tints of Chocolate #CE6A17

Color information

#CE6A17 (or 0xCE6A17) is unknown color: approx Chocolate. HEX triplet: CE, 6A and 17. RGB value is (206,106,23). Sum of RGB (Red+Green+Blue) = 206+106+23=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6A17 is #3195E8. Grayscale: #7E7E7E. Windows color (decimal): -3249641 or 1534670. OLE color: 1534670.

HSL color Cylindrical-coordinate representation of color #CE6A17: hue angle of 27.21º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE6A17 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB20610623-
CMYK00.490.890.19
HSL27.21º79.91%44.9%-
HSV(B)27.21º88.83%80.78%-
XYZ30.7623.493.72-
YUV126.4469.63184.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.49%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 23 (9.38% from 255) = 6.87%
R=61.49%
G=31.64%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061062300.490.890.1927.2179.9144.9
HexCE6A1703159131b502d
Octal31615227061131233312055
Binary110011101101010101110110001101100110011110111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A17; }

 p { color: rgb(206,106,23); }

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

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

 a { background-color: rgb(206,106,23); }

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

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

 span { border-color: rgb(206,106,23); }

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