#957406

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

Shades of Golden Brown #957406

Tints of Golden Brown #957406

Color information

#957406 (or 0x957406) is unknown color: approx Golden Brown. HEX triplet: 95, 74 and 06. RGB value is (149,116,6). Sum of RGB (Red+Green+Blue) = 149+116+6=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #957406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957406 is #6A8BF9. Grayscale: #717171. Windows color (decimal): -6982650 or 423061. OLE color: 423061.

HSL color Cylindrical-coordinate representation of color #957406: hue angle of 46.15º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #957406 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1491166-
CMYK00.220.960.42
HSL46.15º92.26%30.39%-
HSV(B)46.15º95.97%58.43%-
XYZ18.6718.892.83-
YUV113.3367.43153.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=54.98%
G=42.80%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149116600.220.960.4246.1592.2630.39
Hex95746016602A2e5c1e
Octal2251646026140525613436
Binary1001010111101001100101101100000101010101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957406; }

 p { color: rgb(149,116,6); }

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

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

 a { background-color: rgb(149,116,6); }

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

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

 span { border-color: rgb(149,116,6); }

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