#957306

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

Shades of Golden Brown #957306

Tints of Golden Brown #957306

Color information

#957306 (or 0x957306) is unknown color: approx Golden Brown. HEX triplet: 95, 73 and 06. RGB value is (149,115,6). Sum of RGB (Red+Green+Blue) = 149+115+6=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #957306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957306 is #6A8CF9. Grayscale: #717171. Windows color (decimal): -6982906 or 422805. OLE color: 422805.

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

Color convert

RGB1491156-
CMYK00.230.960.42
HSL45.73º92.26%30.39%-
HSV(B)45.73º95.97%58.43%-
XYZ18.5618.662.8-
YUV112.7467.76153.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.19%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=55.19%
G=42.59%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149115600.230.960.4245.7392.2630.39
Hex95736017602A2e5c1e
Octal2251636027140525613436
Binary1001010111100111100101111100000101010101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957306; }

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

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

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

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

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

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

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

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