#B06D09

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

Shades of Golden Brown #B06D09

Tints of Golden Brown #B06D09

Color information

#B06D09 (or 0xB06D09) is unknown color: approx Golden Brown. HEX triplet: B0, 6D and 09. RGB value is (176,109,9). Sum of RGB (Red+Green+Blue) = 176+109+9=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D09 is #4F92F6. Grayscale: #767676. Windows color (decimal): -5214967 or 617904. OLE color: 617904.

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

Color convert

RGB1761099-
CMYK00.380.950.31
HSL35.93º90.27%36.27%-
HSV(B)35.93º94.89%69.02%-
XYZ23.4220.192.92-
YUV117.6366.7169.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 9 (3.91% from 255) = 3.06%
R=59.86%
G=37.07%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176109900.380.950.3135.9390.2736.27
HexB06D90265F1F245a24
Octal26015511046137374413244
Binary101100001101101100101001101011111111111001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D09; }

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

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

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

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

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

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

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

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