#96662E

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

Shades of Rusty Nail #96662E

Tints of Rusty Nail #96662E

Color information

#96662E (or 0x96662E) is unknown color: approx Rusty Nail. HEX triplet: 96, 66 and 2E. RGB value is (150,102,46). Sum of RGB (Red+Green+Blue) = 150+102+46=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96662E is #6999D1. Grayscale: #6E6E6E. Windows color (decimal): -6920658 or 3040918. OLE color: 3040918.

HSL color Cylindrical-coordinate representation of color #96662E: hue angle of 32.31º 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 #96662E is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB15010246-
CMYK00.320.690.41
HSL32.31º53.06%38.43%-
HSV(B)32.31º69.33%58.82%-
XYZ17.8216.184.77-
YUV109.9791.9156.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=50.34%
G=34.23%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501024600.320.690.4132.3153.0638.43
Hex96662E0204529203526
Octal2261465604010551406546
Binary10010110110011010111001000001000101101001100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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