#B9680F

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

Shades of Chocolate #B9680F

Tints of Chocolate #B9680F

Color information

#B9680F (or 0xB9680F) is unknown color: approx Chocolate. HEX triplet: B9, 68 and 0F. RGB value is (185,104,15). Sum of RGB (Red+Green+Blue) = 185+104+15=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B9680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9680F is #4697F0. Grayscale: #767676. Windows color (decimal): -4626417 or 1009849. OLE color: 1009849.

HSL color Cylindrical-coordinate representation of color #B9680F: hue angle of 31.41º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9680F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18510415-
CMYK00.440.920.27
HSL31.41º85%39.22%-
HSV(B)31.41º91.89%72.55%-
XYZ25.0420.253.04-
YUV118.0769.84175.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.86%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=60.86%
G=34.21%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851041500.440.920.2731.418539.22
HexB968F02C5C1B1f5527
Octal27115017054134333712547
Binary10111001110100011110101100101110011011111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9680F; }

 p { color: rgb(185,104,15); }

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

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

 a { background-color: rgb(185,104,15); }

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

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

 span { border-color: rgb(185,104,15); }

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