#BF6614

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

Shades of Chocolate #BF6614

Tints of Chocolate #BF6614

Color information

#BF6614 (or 0xBF6614) is unknown color: approx Chocolate. HEX triplet: BF, 66 and 14. RGB value is (191,102,20). Sum of RGB (Red+Green+Blue) = 191+102+20=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6614 is #4099EB. Grayscale: #777777. Windows color (decimal): -4233708 or 1337023. OLE color: 1337023.

HSL color Cylindrical-coordinate representation of color #BF6614: hue angle of 28.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6614 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19110220-
CMYK00.470.900.25
HSL28.77º81.04%41.37%-
HSV(B)28.77º89.53%74.9%-
XYZ26.3620.633.25-
YUV119.2671.99179.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.02%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 20 (8.20% from 255) = 6.39%
R=61.02%
G=32.59%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911022000.470.900.2528.7781.0441.37
HexBF661402F5A191d5129
Octal27714624057132313512151
Binary101111111100110101000101111101101011001111011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6614; }

 p { color: rgb(191,102,20); }

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

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

 a { background-color: rgb(191,102,20); }

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

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

 span { border-color: rgb(191,102,20); }

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