#957006

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

Shades of Golden Brown #957006

Tints of Golden Brown #957006

Color information

#957006 (or 0x957006) is unknown color: approx Golden Brown. HEX triplet: 95, 70 and 06. RGB value is (149,112,6). Sum of RGB (Red+Green+Blue) = 149+112+6=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #957006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957006 is #6A8FF9. Grayscale: #6F6F6F. Windows color (decimal): -6983674 or 422037. OLE color: 422037.

HSL color Cylindrical-coordinate representation of color #957006: hue angle of 44.48º 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 #957006 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1491126-
CMYK00.250.960.42
HSL44.48º92.26%30.39%-
HSV(B)44.48º95.97%58.43%-
XYZ18.2217.992.68-
YUV110.9868.76155.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=55.81%
G=41.95%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149112600.250.960.4244.4892.2630.39
Hex95706019602A2c5c1e
Octal2251606031140525413436
Binary1001010111100001100110011100000101010101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957006; }

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

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

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

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

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

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

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

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