#90652B

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

Shades of Rusty Nail #90652B

Tints of Rusty Nail #90652B

Color information

#90652B (or 0x90652B) is unknown color: approx Rusty Nail. HEX triplet: 90, 65 and 2B. RGB value is (144,101,43). Sum of RGB (Red+Green+Blue) = 144+101+43=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90652B is #6F9AD4. Grayscale: #6B6B6B. Windows color (decimal): -7314133 or 2844048. OLE color: 2844048.

HSL color Cylindrical-coordinate representation of color #90652B: hue angle of 34.46º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90652B is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB14410143-
CMYK00.300.700.44
HSL34.46º54.01%36.67%-
HSV(B)34.46º70.14%56.47%-
XYZ16.5915.414.39-
YUV107.2491.75154.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=50%
G=35.07%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441014300.300.700.4434.4654.0136.67
Hex90652B01E462C223625
Octal2201455303610654426645
Binary1001000011001011010110111101000110101100100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90652B; }

 p { color: rgb(144,101,43); }

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

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

 a { background-color: rgb(144,101,43); }

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

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

 span { border-color: rgb(144,101,43); }

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