#956430

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

Shades of Rusty Nail #956430

Tints of Rusty Nail #956430

Color information

#956430 (or 0x956430) is unknown color: approx Rusty Nail. HEX triplet: 95, 64 and 30. RGB value is (149,100,48). Sum of RGB (Red+Green+Blue) = 149+100+48=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #956430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956430 is #6A9BCF. Grayscale: #6C6C6C. Windows color (decimal): -6986704 or 3171477. OLE color: 3171477.

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

Color convert

RGB14910048-
CMYK00.330.680.42
HSL30.89º51.27%38.63%-
HSV(B)30.89º67.79%58.43%-
XYZ17.4915.724.91-
YUV108.7293.73156.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=50.17%
G=33.67%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491004800.330.680.4230.8951.2738.63
Hex956430021442A1f3327
Octal2251446004110452376347
Binary1001010111001001100000100001100010010101011111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956430; }

 p { color: rgb(149,100,48); }

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

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

 a { background-color: rgb(149,100,48); }

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

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

 span { border-color: rgb(149,100,48); }

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