#B06D14

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

Shades of Golden Brown #B06D14

Tints of Golden Brown #B06D14

Color information

#B06D14 (or 0xB06D14) is unknown color: approx Golden Brown. HEX triplet: B0, 6D and 14. RGB value is (176,109,20). Sum of RGB (Red+Green+Blue) = 176+109+20=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D14 is #4F92EB. Grayscale: #777777. Windows color (decimal): -5214956 or 1338800. OLE color: 1338800.

HSL color Cylindrical-coordinate representation of color #B06D14: hue angle of 34.23º 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 #B06D14 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17610920-
CMYK00.380.890.31
HSL34.23º79.59%38.43%-
HSV(B)34.23º88.64%69.02%-
XYZ23.520.223.33-
YUV118.8972.2168.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=57.70%
G=35.74%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761092000.380.890.3134.2379.5938.43
HexB06D14026591F225026
Octal26015524046131374212046
Binary1011000011011011010001001101011001111111000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D14; }

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

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

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

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

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

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

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

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