#B06A06

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

Shades of Golden Brown #B06A06

Tints of Golden Brown #B06A06

Color information

#B06A06 (or 0xB06A06) is unknown color: approx Golden Brown. HEX triplet: B0, 6A and 06. RGB value is (176,106,6). Sum of RGB (Red+Green+Blue) = 176+106+6=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06A06 is #4F95F9. Grayscale: #747474. Windows color (decimal): -5215738 or 420528. OLE color: 420528.

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

Color convert

RGB1761066-
CMYK00.400.970.31
HSL35.29º93.41%35.69%-
HSV(B)35.29º96.59%69.02%-
XYZ23.0919.552.73-
YUV115.5366.19171.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=61.11%
G=36.81%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176106600.400.970.3135.2993.4135.69
HexB06A6028611F235d24
Octal2601526050141374313544
Binary10110000110101011001010001100001111111000111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A06; }

 p { color: rgb(176,106,6); }

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

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

 a { background-color: rgb(176,106,6); }

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

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

 span { border-color: rgb(176,106,6); }

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