#90682D

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

Shades of Rusty Nail #90682D

Tints of Rusty Nail #90682D

Color information

#90682D (or 0x90682D) is unknown color: approx Rusty Nail. HEX triplet: 90, 68 and 2D. RGB value is (144,104,45). Sum of RGB (Red+Green+Blue) = 144+104+45=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90682D is #6F97D2. Grayscale: #6D6D6D. Windows color (decimal): -7313363 or 2975888. OLE color: 2975888.

HSL color Cylindrical-coordinate representation of color #90682D: hue angle of 35.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90682D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14410445-
CMYK00.280.690.44
HSL35.76º52.38%37.06%-
HSV(B)35.76º68.75%56.47%-
XYZ16.9316.024.68-
YUV109.2391.75152.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=49.15%
G=35.49%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441044500.280.690.4435.7652.3837.06
Hex90682D01C452C243425
Octal2201505503410554446445
Binary1001000011010001011010111001000101101100100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90682D; }

 p { color: rgb(144,104,45); }

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

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

 a { background-color: rgb(144,104,45); }

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

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

 span { border-color: rgb(144,104,45); }

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