Html Css Color HEX #906030 Rusty Nail

📋 copy color: '#906030'

red 144 ◦ green 96 ◦ blue 48

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

Shades of Rusty Nail #906030

Tints of Rusty Nail #906030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#906030 (or 0x906030) is known color: Rusty Nail. HEX triplet: 90, 60 and 30. RGB value is (144,96,48). Sum of RGB (Red+Green+Blue) = 144+96+48=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #906030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906030 is #6F9FCF. Grayscale: #696969. Windows color (decimal): -7315408 or 3170448. OLE color: 3170448.

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

Color convert

RGB 144 96 48 -
CMYK 0 0.33 0.67 0.44
HSL 30º 0.5% 0.38% -
HSV(B) 30º 0.67% 0.56% -
XYZ 16.22 14.51 4.74 -
YUV 104.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 144 96 48 0 0.33 0.67 0.44 30 0.5 0.38
Hex 90 60 30 0 21 43 2C 1E 32 26
Octal 220 140 60 0 41 103 54 36 62 46
Binary 10010000 1100000 110000 0 100001 1000011 101100 11110 110010 100110

Color Harmonies of #906030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906030

Black with #906030

Text Example


Text Example

White with #906030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906030; }

 p { color: rgb(144,96,48); }

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

background-color css

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

 a { background-color: rgb(144,96,48); }

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

border-color css

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

 span { border-color: rgb(144,96,48); }

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