#956607

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

Shades of Golden Brown #956607

Tints of Golden Brown #956607

Color information

#956607 (or 0x956607) is unknown color: approx Golden Brown. HEX triplet: 95, 66 and 07. RGB value is (149,102,7). Sum of RGB (Red+Green+Blue) = 149+102+7=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #956607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956607 is #6A99F8. Grayscale: #696969. Windows color (decimal): -6986233 or 485013. OLE color: 485013.

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

Color convert

RGB1491027-
CMYK00.320.950.42
HSL40.14º91.03%30.59%-
HSV(B)40.14º95.3%58.43%-
XYZ17.1815.912.37-
YUV105.2272.57159.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=57.75%
G=39.53%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149102700.320.950.4240.1491.0330.59
Hex956670205F2A285b1f
Octal2251467040137525013337
Binary10010101110011011101000001011111101010101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956607; }

 p { color: rgb(149,102,7); }

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

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

 a { background-color: rgb(149,102,7); }

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

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

 span { border-color: rgb(149,102,7); }

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