#B36604

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

Shades of Golden Brown #B36604

Tints of Golden Brown #B36604

Color information

#B36604 (or 0xB36604) is unknown color: approx Golden Brown. HEX triplet: B3, 66 and 04. RGB value is (179,102,4). Sum of RGB (Red+Green+Blue) = 179+102+4=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B36604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36604 is #4C99FB. Grayscale: #727272. Windows color (decimal): -5020156 or 288435. OLE color: 288435.

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

Color convert

RGB1791024-
CMYK00.430.980.30
HSL33.6º95.63%35.88%-
HSV(B)33.6º97.77%70.2%-
XYZ23.3619.12.57-
YUV113.8566.01174.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=62.81%
G=35.79%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179102400.430.980.3033.695.6335.88
HexB366402B621E226024
Octal2631464053142364214044
Binary10110011110011010001010111100010111101000101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36604; }

 p { color: rgb(179,102,4); }

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

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

 a { background-color: rgb(179,102,4); }

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

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

 span { border-color: rgb(179,102,4); }

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