#B96612

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

Shades of Chocolate #B96612

Tints of Chocolate #B96612

Color information

#B96612 (or 0xB96612) is unknown color: approx Chocolate. HEX triplet: B9, 66 and 12. RGB value is (185,102,18). Sum of RGB (Red+Green+Blue) = 185+102+18=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96612 is #4699ED. Grayscale: #757575. Windows color (decimal): -4626926 or 1205945. OLE color: 1205945.

HSL color Cylindrical-coordinate representation of color #B96612: hue angle of 30.18º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96612 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18510218-
CMYK00.450.900.27
HSL30.18º82.27%39.8%-
HSV(B)30.18º90.27%72.55%-
XYZ24.8719.863.1-
YUV117.2472176.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=60.66%
G=33.44%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851021800.450.900.2730.1882.2739.8
HexB9661202D5A1B1e5228
Octal27114622055132333612250
Binary101110011100110100100101101101101011011111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96612; }

 p { color: rgb(185,102,18); }

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

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

 a { background-color: rgb(185,102,18); }

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

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

 span { border-color: rgb(185,102,18); }

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