Html Css Color HEX #976531 Rusty Nail

📋 copy color: '#976531'

red 151 ◦ green 101 ◦ blue 49

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

Shades of Rusty Nail #976531

Tints of Rusty Nail #976531

RGB

 RED value IS 151 (59.38% from 255) = 50.17%

 GREEN value IS 101 (39.84% from 255) = 33.55%

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

R = 50.17%
G = 33.55%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976531 (or 0x976531) is known color: Rusty Nail. HEX triplet: 97, 65 and 31. RGB value is (151,101,49). Sum of RGB (Red+Green+Blue) = 151+101+49=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #976531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976531 is #689ACE. Grayscale: #6E6E6E. Windows color (decimal): -6855375 or 3237271. OLE color: 3237271.

HSL color Cylindrical-coordinate representation of color #976531: hue angle of 30.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #976531 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 49 -
CMYK 0 0.33 0.68 0.41
HSL 30.59º 0.51% 0.39% -
HSV(B) 30.59º 0.68% 0.59% -
XYZ 17.97 16.11 5.07 -
YUV 110.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 151 101 49 0 0.33 0.68 0.41 30.59 0.51 0.39
Hex 97 65 31 0 21 44 29 1F 33 27
Octal 227 145 61 0 41 104 51 37 63 47
Binary 10010111 1100101 110001 0 100001 1000100 101001 11111 110011 100111

Color Harmonies of #976531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976531

Black with #976531

Text Example


Text Example

White with #976531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976531; }

 p { color: rgb(151,101,49); }

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

background-color css

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

 a { background-color: rgb(151,101,49); }

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

border-color css

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

 span { border-color: rgb(151,101,49); }

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