Html Css Color HEX #976230 Rusty Nail

📋 copy color: '#976230'

red 151 ◦ green 98 ◦ blue 48

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

Shades of Rusty Nail #976230

Tints of Rusty Nail #976230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 50.84%
G = 33%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976230 (or 0x976230) is known color: Rusty Nail. HEX triplet: 97, 62 and 30. RGB value is (151,98,48). Sum of RGB (Red+Green+Blue) = 151+98+48=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #976230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976230 is #689DCF. Grayscale: #6C6C6C. Windows color (decimal): -6856144 or 3170967. OLE color: 3170967.

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

Color convert

RGB 151 98 48 -
CMYK 0 0.35 0.68 0.41
HSL 29.13º 0.52% 0.39% -
HSV(B) 29.13º 0.68% 0.59% -
XYZ 17.66 15.53 4.86 -
YUV 108.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 151 98 48 0 0.35 0.68 0.41 29.13 0.52 0.39
Hex 97 62 30 0 23 44 29 1D 34 27
Octal 227 142 60 0 43 104 51 35 64 47
Binary 10010111 1100010 110000 0 100011 1000100 101001 11101 110100 100111

Color Harmonies of #976230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976230

Black with #976230

Text Example


Text Example

White with #976230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976230; }

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

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

background-color css

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

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

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

border-color css

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

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

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