#B06A0D

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

Shades of Golden Brown #B06A0D

Tints of Golden Brown #B06A0D

Color information

#B06A0D (or 0xB06A0D) is unknown color: approx Golden Brown. HEX triplet: B0, 6A and 0D. RGB value is (176,106,13). Sum of RGB (Red+Green+Blue) = 176+106+13=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06A0D is #4F95F2. Grayscale: #747474. Windows color (decimal): -5215731 or 879280. OLE color: 879280.

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

Color convert

RGB17610613-
CMYK00.400.930.31
HSL34.23º86.24%37.06%-
HSV(B)34.23º92.61%69.02%-
XYZ23.1319.572.94-
YUV116.3369.69170.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=59.66%
G=35.93%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761061300.400.930.3134.2386.2437.06
HexB06AD0285D1F225625
Octal26015215050135374212645
Binary101100001101010110101010001011101111111000101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A0D; }

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

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

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

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

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

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

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

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