#98612E

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

Shades of Rusty Nail #98612E

Tints of Rusty Nail #98612E

Color information

#98612E (or 0x98612E) is unknown color: approx Rusty Nail. HEX triplet: 98, 61 and 2E. RGB value is (152,97,46). Sum of RGB (Red+Green+Blue) = 152+97+46=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98612E is #679ED1. Grayscale: #6B6B6B. Windows color (decimal): -6790866 or 3039640. OLE color: 3039640.

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

Color convert

RGB1529746-
CMYK00.360.700.40
HSL28.87º53.54%38.82%-
HSV(B)28.87º69.74%59.61%-
XYZ17.7215.424.63-
YUV107.6393.22159.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=51.53%
G=32.88%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152974600.360.700.4028.8753.5438.82
Hex98612E02446281d3627
Octal2301415604410650356647
Binary1001100011000011011100100100100011010100011101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,97,46); }

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

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

 a { background-color: rgb(152,97,46); }

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

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

 span { border-color: rgb(152,97,46); }

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