#955602

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

Shades of Golden Brown #955602

Tints of Golden Brown #955602

Color information

#955602 (or 0x955602) is unknown color: approx Golden Brown. HEX triplet: 95, 56 and 02. RGB value is (149,86,2). Sum of RGB (Red+Green+Blue) = 149+86+2=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #955602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955602 is #6AA9FD. Grayscale: #5F5F5F. Windows color (decimal): -6990334 or 153237. OLE color: 153237.

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

Color convert

RGB149862-
CMYK00.420.990.42
HSL34.29º97.35%29.61%-
HSV(B)34.29º98.66%58.43%-
XYZ15.7313.051.75-
YUV95.2675.37166.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=62.87%
G=36.29%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14986200.420.990.4234.2997.3529.61
Hex9556202A632A22611e
Octal2251262052143524214136
Binary1001010110101101001010101100011101010100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955602; }

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

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

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

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

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

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

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

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