#956631

Color #956631 Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #956631

Tints of Rusty Nail #956631

Color information

#956631 (or 0x956631) is unknown color: approx Rusty Nail. HEX triplet: 95, 66 and 31. RGB value is (149,102,49). Sum of RGB (Red+Green+Blue) = 149+102+49=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #956631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956631 is #6A99CE. Grayscale: #6E6E6E. Windows color (decimal): -6986191 or 3237525. OLE color: 3237525.

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

Color convert

RGB14910249-
CMYK00.320.670.42
HSL31.8º50.51%38.82%-
HSV(B)31.8º67.11%58.43%-
XYZ17.716.115.08-
YUV110.0193.57155.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=49.67%
G=34%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491024900.320.670.4231.850.5138.82
Hex956631020432A203327
Octal2251466104010352406347
Binary10010101110011011000101000001000011101010100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956631; }

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

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

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

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

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

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

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

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