Html Css Color HEX #906231 Rusty Nail

📋 copy color: '#906231'

red 144 ◦ green 98 ◦ blue 49

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

Shades of Rusty Nail #906231

Tints of Rusty Nail #906231

RGB

 RED value IS 144 (56.64% from 255) = 49.48%

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

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

R = 49.48%
G = 33.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#906231 (or 0x906231) is known color: Rusty Nail. HEX triplet: 90, 62 and 31. RGB value is (144,98,49). Sum of RGB (Red+Green+Blue) = 144+98+49=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #906231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906231 is #6F9DCE. Grayscale: #6A6A6A. Windows color (decimal): -7314895 or 3236496. OLE color: 3236496.

HSL color Cylindrical-coordinate representation of color #906231: hue angle of 30.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #906231 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 49 -
CMYK 0 0.32 0.66 0.44
HSL 30.95º 0.49% 0.38% -
HSV(B) 30.95º 0.66% 0.56% -
XYZ 16.42 14.89 4.91 -
YUV 106.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 144 98 49 0 0.32 0.66 0.44 30.95 0.49 0.38
Hex 90 62 31 0 20 42 2C 1F 31 26
Octal 220 142 61 0 40 102 54 37 61 46
Binary 10010000 1100010 110001 0 100000 1000010 101100 11111 110001 100110

Color Harmonies of #906231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906231

Black with #906231

Text Example


Text Example

White with #906231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906231; }

 p { color: rgb(144,98,49); }

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

background-color css

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

 a { background-color: rgb(144,98,49); }

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

border-color css

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

 span { border-color: rgb(144,98,49); }

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