#946230

Color #946230 Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #946230

Tints of Rusty Nail #946230

Color information

#946230 (or 0x946230) is unknown color: approx Rusty Nail. HEX triplet: 94, 62 and 30. RGB value is (148,98,48). Sum of RGB (Red+Green+Blue) = 148+98+48=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #946230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946230 is #6B9DCF. Grayscale: #6B6B6B. Windows color (decimal): -7052752 or 3170964. OLE color: 3170964.

HSL color Cylindrical-coordinate representation of color #946230: hue angle of 30º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #946230 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1489848-
CMYK00.340.680.42
HSL30º51.02%38.43%-
HSV(B)30º67.57%58.04%-
XYZ17.1115.244.84-
YUV107.2594.56157.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=50.34%
G=33.33%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148984800.340.680.423051.0238.43
Hex946230022442A1e3326
Octal2241426004210452366346
Binary1001010011000101100000100010100010010101011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946230; }

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

 H1.HeaderClassName
 {
   color: #946230;
 }
 .AnyTagClassName
 {
   color: #946230;
 }
</style>
background-color css

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

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

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

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

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

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