#955601

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

Shades of Golden Brown #955601

Tints of Golden Brown #955601

Color information

#955601 (or 0x955601) is unknown color: approx Golden Brown. HEX triplet: 95, 56 and 01. RGB value is (149,86,1). Sum of RGB (Red+Green+Blue) = 149+86+1=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #955601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955601 is #6AA9FE. Grayscale: #5F5F5F. Windows color (decimal): -6990335 or 87701. OLE color: 87701.

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

Color convert

RGB149861-
CMYK00.420.990.42
HSL34.46º98.67%29.41%-
HSV(B)34.46º99.33%58.43%-
XYZ15.7313.051.72-
YUV95.1574.87166.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=63.14%
G=36.44%
B=0.42%

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
Decimal14986100.420.990.4234.4698.6729.41
Hex9556102A632A22631d
Octal2251261052143524214335
Binary100101011010110101010101100011101010100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955601; }

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

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

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

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

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

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

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

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