#965E2D

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

Shades of Rusty Nail #965E2D

Tints of Rusty Nail #965E2D

Color information

#965E2D (or 0x965E2D) is unknown color: approx Rusty Nail. HEX triplet: 96, 5E and 2D. RGB value is (150,94,45). Sum of RGB (Red+Green+Blue) = 150+94+45=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E2D is #69A1D2. Grayscale: #696969. Windows color (decimal): -6922707 or 2973334. OLE color: 2973334.

HSL color Cylindrical-coordinate representation of color #965E2D: hue angle of 28º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #965E2D is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1509445-
CMYK00.370.700.41
HSL28º53.85%38.24%-
HSV(B)28º70%58.82%-
XYZ17.0514.684.42-
YUV105.1694.05159.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=51.90%
G=32.53%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150944500.370.700.412853.8538.24
Hex965E2D02546291c3626
Octal2261365504510651346646
Binary1001011010111101011010100101100011010100111100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E2D; }

 p { color: rgb(150,94,45); }

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

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

 a { background-color: rgb(150,94,45); }

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

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

 span { border-color: rgb(150,94,45); }

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