#CB6417

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

Shades of Chocolate #CB6417

Tints of Chocolate #CB6417

Color information

#CB6417 (or 0xCB6417) is unknown color: approx Chocolate. HEX triplet: CB, 64 and 17. RGB value is (203,100,23). Sum of RGB (Red+Green+Blue) = 203+100+23=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6417 is #349BE8. Grayscale: #7A7A7A. Windows color (decimal): -3447785 or 1533131. OLE color: 1533131.

HSL color Cylindrical-coordinate representation of color #CB6417: hue angle of 25.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB6417 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB20310023-
CMYK00.510.890.20
HSL25.67º79.65%44.31%-
HSV(B)25.67º88.67%79.61%-
XYZ29.3421.873.49-
YUV122.0272.12185.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.27%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 23 (9.38% from 255) = 7.06%
R=62.27%
G=30.67%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031002300.510.890.2025.6779.6544.31
HexCB641703359141a502c
Octal31314427063131243212054
Binary110010111100100101110110011101100110100110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6417; }

 p { color: rgb(203,100,23); }

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

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

 a { background-color: rgb(203,100,23); }

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

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

 span { border-color: rgb(203,100,23); }

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