#955604

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

Shades of Golden Brown #955604

Tints of Golden Brown #955604

Color information

#955604 (or 0x955604) is unknown color: approx Golden Brown. HEX triplet: 95, 56 and 04. RGB value is (149,86,4). Sum of RGB (Red+Green+Blue) = 149+86+4=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955604 is #6AA9FB. Grayscale: #5F5F5F. Windows color (decimal): -6990332 or 284309. OLE color: 284309.

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

Color convert

RGB149864-
CMYK00.420.970.42
HSL33.93º94.77%30%-
HSV(B)33.93º97.32%58.43%-
XYZ15.7413.051.8-
YUV95.4976.37166.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=62.34%
G=35.98%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14986400.420.970.4233.9394.7730
Hex9556402A612A225f1e
Octal2251264052141524213736
Binary10010101101011010001010101100001101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955604; }

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

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

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

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

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

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

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

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