#B36306

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

Shades of Golden Brown #B36306

Tints of Golden Brown #B36306

Color information

#B36306 (or 0xB36306) is unknown color: approx Golden Brown. HEX triplet: B3, 63 and 06. RGB value is (179,99,6). Sum of RGB (Red+Green+Blue) = 179+99+6=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B36306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36306 is #4C9CF9. Grayscale: #707070. Windows color (decimal): -5020922 or 418739. OLE color: 418739.

HSL color Cylindrical-coordinate representation of color #B36306: hue angle of 32.25º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B36306 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB179996-
CMYK00.450.970.30
HSL32.25º93.51%36.27%-
HSV(B)32.25º96.65%70.2%-
XYZ23.0918.522.53-
YUV112.3268175.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.03%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=63.03%
G=34.86%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17999600.450.970.3032.2593.5136.27
HexB363602D611E205e24
Octal2631436055141364013644
Binary10110011110001111001011011100001111101000001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36306; }

 p { color: rgb(179,99,6); }

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

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

 a { background-color: rgb(179,99,6); }

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

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

 span { border-color: rgb(179,99,6); }

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