#986230

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

Shades of Rusty Nail #986230

Tints of Rusty Nail #986230

Color information

#986230 (or 0x986230) is unknown color: approx Rusty Nail. HEX triplet: 98, 62 and 30. RGB value is (152,98,48). Sum of RGB (Red+Green+Blue) = 152+98+48=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #986230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986230 is #679DCF. Grayscale: #6C6C6C. Windows color (decimal): -6790608 or 3170968. OLE color: 3170968.

HSL color Cylindrical-coordinate representation of color #986230: hue angle of 28.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986230 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1529848-
CMYK00.360.680.40
HSL28.85º52%39.22%-
HSV(B)28.85º68.42%59.61%-
XYZ17.8515.624.87-
YUV108.4593.89159.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=51.01%
G=32.89%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152984800.360.680.4028.855239.22
Hex98623002444281d3427
Octal2301426004410450356447
Binary1001100011000101100000100100100010010100011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986230; }

 p { color: rgb(152,98,48); }

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

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

 a { background-color: rgb(152,98,48); }

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

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

 span { border-color: rgb(152,98,48); }

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