#966232

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

Shades of Rusty Nail #966232

Tints of Rusty Nail #966232

Color information

#966232 (or 0x966232) is unknown color: approx Rusty Nail. HEX triplet: 96, 62 and 32. RGB value is (150,98,50). Sum of RGB (Red+Green+Blue) = 150+98+50=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #966232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966232 is #699DCD. Grayscale: #6C6C6C. Windows color (decimal): -6921678 or 3302038. OLE color: 3302038.

HSL color Cylindrical-coordinate representation of color #966232: hue angle of 28.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #966232 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1509850-
CMYK00.350.670.41
HSL28.8º50%39.22%-
HSV(B)28.8º66.67%58.82%-
XYZ17.5215.455.08-
YUV108.0895.23157.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=50.34%
G=32.89%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150985000.350.670.4128.85039.22
Hex96623202343291d3227
Octal2261426204310351356247
Binary1001011011000101100100100011100001110100111101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966232; }

 p { color: rgb(150,98,50); }

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

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

 a { background-color: rgb(150,98,50); }

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

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

 span { border-color: rgb(150,98,50); }

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