#C65F12

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

Shades of Chocolate #C65F12

Tints of Chocolate #C65F12

Color information

#C65F12 (or 0xC65F12) is unknown color: approx Chocolate. HEX triplet: C6, 5F and 12. RGB value is (198,95,18). Sum of RGB (Red+Green+Blue) = 198+95+18=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65F12 is #39A0ED. Grayscale: #757575. Windows color (decimal): -3776750 or 1204166. OLE color: 1204166.

HSL color Cylindrical-coordinate representation of color #C65F12: hue angle of 25.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C65F12 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB1989518-
CMYK00.520.910.22
HSL25.67º83.33%42.35%-
HSV(B)25.67º90.91%77.65%-
XYZ27.4920.233.03-
YUV117.0272.12185.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.67%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 18 (7.42% from 255) = 5.79%
R=63.67%
G=30.55%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198951800.520.910.2225.6783.3342.35
HexC65F120345B161a532a
Octal30613722064133263212352
Binary110001101011111100100110100101101110110110101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F12; }

 p { color: rgb(198,95,18); }

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

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

 a { background-color: rgb(198,95,18); }

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

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

 span { border-color: rgb(198,95,18); }

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