Html Css Color HEX #906830 Rusty Nail

📋 copy color: '#906830'

red 144 ◦ green 104 ◦ blue 48

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

Shades of Rusty Nail #906830

Tints of Rusty Nail #906830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

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

R = 48.65%
G = 35.14%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#906830 (or 0x906830) is known color: Rusty Nail. HEX triplet: 90, 68 and 30. RGB value is (144,104,48). Sum of RGB (Red+Green+Blue) = 144+104+48=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #906830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906830 is #6F97CF. Grayscale: #6D6D6D. Windows color (decimal): -7313360 or 3172496. OLE color: 3172496.

HSL color Cylindrical-coordinate representation of color #906830: hue angle of 35º 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 #906830 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 104 48 -
CMYK 0 0.28 0.67 0.44
HSL 35º 0.5% 0.38% -
HSV(B) 35º 0.67% 0.56% -
XYZ 16.99 16.04 5 -
YUV 109.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 144 104 48 0 0.28 0.67 0.44 35 0.5 0.38
Hex 90 68 30 0 1C 43 2C 23 32 26
Octal 220 150 60 0 34 103 54 43 62 46
Binary 10010000 1101000 110000 0 11100 1000011 101100 100011 110010 100110

Color Harmonies of #906830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906830

Black with #906830

Text Example


Text Example

White with #906830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906830; }

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

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

background-color css

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

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

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

border-color css

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

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

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