Html Css Color HEX #986331 Rusty Nail

📋 copy color: '#986331'

red 152 ◦ green 99 ◦ blue 49

#986331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rusty Nail #986331

Tints of Rusty Nail #986331

RGB

 RED value IS 152 (59.77% from 255) = 50.67%

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 50.67%
G = 33%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#986331 (or 0x986331) is known color: Rusty Nail. HEX triplet: 98, 63 and 31. RGB value is (152,99,49). Sum of RGB (Red+Green+Blue) = 152+99+49=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #986331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986331 is #679CCE. Grayscale: #6D6D6D. Windows color (decimal): -6790351 or 3236760. OLE color: 3236760.

HSL color Cylindrical-coordinate representation of color #986331: hue angle of 29.13º degrees, saturation: 0.51, 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 #986331 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 49 -
CMYK 0 0.35 0.68 0.40
HSL 29.13º 0.51% 0.39% -
HSV(B) 29.13º 0.68% 0.6% -
XYZ 17.97 15.82 5.01 -
YUV 109.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 152 99 49 0 0.35 0.68 0.40 29.13 0.51 0.39
Hex 98 63 31 0 23 44 28 1D 33 27
Octal 230 143 61 0 43 104 50 35 63 47
Binary 10011000 1100011 110001 0 100011 1000100 101000 11101 110011 100111

Color Harmonies of #986331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986331

Black with #986331

Text Example


Text Example

White with #986331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986331; }

 p { color: rgb(152,99,49); }

 H1.HeaderClassName
 {
   color: #986331;
 }
 .AnyTagClassName
 {
   color: #986331;
 }
</style>

background-color css

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

 a { background-color: rgb(152,99,49); }

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

border-color css

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

 span { border-color: rgb(152,99,49); }

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