#B06714

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

Shades of Golden Brown #B06714

Tints of Golden Brown #B06714

Color information

#B06714 (or 0xB06714) is unknown color: approx Golden Brown. HEX triplet: B0, 67 and 14. RGB value is (176,103,20). Sum of RGB (Red+Green+Blue) = 176+103+20=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B06714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06714 is #4F98EB. Grayscale: #737373. Windows color (decimal): -5216492 or 1337264. OLE color: 1337264.

HSL color Cylindrical-coordinate representation of color #B06714: hue angle of 31.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06714 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17610320-
CMYK00.410.890.31
HSL31.92º79.59%38.43%-
HSV(B)31.92º88.64%69.02%-
XYZ22.8818.983.12-
YUV115.3674.18171.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 20 (8.20% from 255) = 6.69%
R=58.86%
G=34.45%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761032000.410.890.3131.9279.5938.43
HexB06714029591F205026
Octal26014724051131374012046
Binary1011000011001111010001010011011001111111000001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06714; }

 p { color: rgb(176,103,20); }

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

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

 a { background-color: rgb(176,103,20); }

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

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

 span { border-color: rgb(176,103,20); }

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