#B06C09

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

Shades of Golden Brown #B06C09

Tints of Golden Brown #B06C09

Color information

#B06C09 (or 0xB06C09) is unknown color: approx Golden Brown. HEX triplet: B0, 6C and 09. RGB value is (176,108,9). Sum of RGB (Red+Green+Blue) = 176+108+9=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C09 is #4F93F6. Grayscale: #757575. Windows color (decimal): -5215223 or 617648. OLE color: 617648.

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

Color convert

RGB1761089-
CMYK00.390.950.31
HSL35.57º90.27%36.27%-
HSV(B)35.57º94.89%69.02%-
XYZ23.3219.972.89-
YUV117.0567.03170.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 9 (3.91% from 255) = 3.07%
R=60.07%
G=36.86%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176108900.390.950.3135.5790.2736.27
HexB06C90275F1F245a24
Octal26015411047137374413244
Binary101100001101100100101001111011111111111001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C09; }

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

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

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

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

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

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

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

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