#B06807

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

Shades of Golden Brown #B06807

Tints of Golden Brown #B06807

Color information

#B06807 (or 0xB06807) is unknown color: approx Golden Brown. HEX triplet: B0, 68 and 07. RGB value is (176,104,7). Sum of RGB (Red+Green+Blue) = 176+104+7=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B06807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06807 is #4F97F8. Grayscale: #727272. Windows color (decimal): -5216249 or 485552. OLE color: 485552.

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

Color convert

RGB1761047-
CMYK00.410.960.31
HSL34.44º92.35%35.88%-
HSV(B)34.44º96.02%69.02%-
XYZ22.8919.152.69-
YUV114.4767.35171.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 7 (3.12% from 255) = 2.44%
R=61.32%
G=36.24%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176104700.410.960.3134.4492.3535.88
HexB0687029601F225c24
Octal2601507051140374213444
Binary10110000110100011101010011100000111111000101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06807; }

 p { color: rgb(176,104,7); }

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

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

 a { background-color: rgb(176,104,7); }

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

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

 span { border-color: rgb(176,104,7); }

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