#955600

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

Shades of Golden Brown #955600

Tints of Golden Brown #955600

Color information

#955600 (or 0x955600) is unknown color: approx Golden Brown. HEX triplet: 95, 56 and 00. RGB value is (149,86,0). Sum of RGB (Red+Green+Blue) = 149+86+0=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #955600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955600 is #6AA9FF. Grayscale: #5F5F5F. Windows color (decimal): -6990336 or 22165. OLE color: 22165.

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

Color convert

RGB149860-
CMYK00.4210.42
HSL34.63º100%29.22%-
HSV(B)34.63º100%58.43%-
XYZ15.7213.051.69-
YUV95.0374.37166.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.40%
G=36.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14986000.4210.4234.6310029.22
Hex9556002A642A23641d
Octal2251260052144524314435
Binary100101011010110001010101100100101010100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955600; }

 p { color: rgb(149,86,0); }

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

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

 a { background-color: rgb(149,86,0); }

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

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

 span { border-color: rgb(149,86,0); }

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