#C9650F

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

Shades of Chocolate #C9650F

Tints of Chocolate #C9650F

Color information

#C9650F (or 0xC9650F) is unknown color: approx Chocolate. HEX triplet: C9, 65 and 0F. RGB value is (201,101,15). Sum of RGB (Red+Green+Blue) = 201+101+15=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9650F is #369AF0. Grayscale: #797979. Windows color (decimal): -3578609 or 1009097. OLE color: 1009097.

HSL color Cylindrical-coordinate representation of color #C9650F: hue angle of 27.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9650F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20110115-
CMYK00.500.930.21
HSL27.74º86.11%42.35%-
HSV(B)27.74º92.54%78.82%-
XYZ28.8321.763.13-
YUV121.168.13184.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.41%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 15 (6.25% from 255) = 4.73%
R=63.41%
G=31.86%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011011500.500.930.2127.7486.1142.35
HexC965F0325D151c562a
Octal31114517062135253412652
Binary11001001110010111110110010101110110101111001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9650F; }

 p { color: rgb(201,101,15); }

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

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

 a { background-color: rgb(201,101,15); }

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

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

 span { border-color: rgb(201,101,15); }

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