Html Css Color HEX #976631 Rusty Nail

📋 copy color: '#976631'

red 151 ◦ green 102 ◦ blue 49

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

Shades of Rusty Nail #976631

Tints of Rusty Nail #976631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 50%
G = 33.77%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976631 (or 0x976631) is known color: Rusty Nail. HEX triplet: 97, 66 and 31. RGB value is (151,102,49). Sum of RGB (Red+Green+Blue) = 151+102+49=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #976631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976631 is #6899CE. Grayscale: #6E6E6E. Windows color (decimal): -6855119 or 3237527. OLE color: 3237527.

HSL color Cylindrical-coordinate representation of color #976631: hue angle of 31.18º 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 #976631 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 49 -
CMYK 0 0.32 0.68 0.41
HSL 31.18º 0.51% 0.39% -
HSV(B) 31.18º 0.68% 0.59% -
XYZ 18.07 16.3 5.1 -
YUV 110.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 151 102 49 0 0.32 0.68 0.41 31.18 0.51 0.39
Hex 97 66 31 0 20 44 29 1F 33 27
Octal 227 146 61 0 40 104 51 37 63 47
Binary 10010111 1100110 110001 0 100000 1000100 101001 11111 110011 100111

Color Harmonies of #976631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976631

Black with #976631

Text Example


Text Example

White with #976631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976631; }

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

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

background-color css

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

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

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

border-color css

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

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

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