#96642E

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

Shades of Rusty Nail #96642E

Tints of Rusty Nail #96642E

Color information

#96642E (or 0x96642E) is unknown color: approx Rusty Nail. HEX triplet: 96, 64 and 2E. RGB value is (150,100,46). Sum of RGB (Red+Green+Blue) = 150+100+46=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96642E is #699BD1. Grayscale: #6D6D6D. Windows color (decimal): -6921170 or 3040406. OLE color: 3040406.

HSL color Cylindrical-coordinate representation of color #96642E: hue angle of 31.15º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96642E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB15010046-
CMYK00.330.690.41
HSL31.15º53.06%38.43%-
HSV(B)31.15º69.33%58.82%-
XYZ17.6315.84.7-
YUV108.7992.56157.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=50.68%
G=33.78%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501004600.330.690.4131.1553.0638.43
Hex96642E02145291f3526
Octal2261445604110551376546
Binary1001011011001001011100100001100010110100111111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96642E; }

 p { color: rgb(150,100,46); }

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

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

 a { background-color: rgb(150,100,46); }

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

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

 span { border-color: rgb(150,100,46); }

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