#956904

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

Shades of Golden Brown #956904

Tints of Golden Brown #956904

Color information

#956904 (or 0x956904) is unknown color: approx Golden Brown. HEX triplet: 95, 69 and 04. RGB value is (149,105,4). Sum of RGB (Red+Green+Blue) = 149+105+4=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #956904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956904 is #6A96FB. Grayscale: #6B6B6B. Windows color (decimal): -6985468 or 289173. OLE color: 289173.

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

Color convert

RGB1491054-
CMYK00.300.970.42
HSL41.79º94.77%30%-
HSV(B)41.79º97.32%58.43%-
XYZ17.4716.52.38-
YUV106.6470.08158.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 4 (1.95% from 255) = 1.55%
R=57.75%
G=40.70%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149105400.300.970.4241.7994.7730
Hex9569401E612A2a5f1e
Octal2251514036141525213736
Binary1001010111010011000111101100001101010101010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956904; }

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

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

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

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

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

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

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

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