#94612E

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

Shades of Rusty Nail #94612E

Tints of Rusty Nail #94612E

Color information

#94612E (or 0x94612E) is unknown color: approx Rusty Nail. HEX triplet: 94, 61 and 2E. RGB value is (148,97,46). Sum of RGB (Red+Green+Blue) = 148+97+46=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94612E is #6B9ED1. Grayscale: #6A6A6A. Windows color (decimal): -7053010 or 3039636. OLE color: 3039636.

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

Color convert

RGB1489746-
CMYK00.340.690.42
HSL30º52.58%38.04%-
HSV(B)30º68.92%58.04%-
XYZ16.9815.044.59-
YUV106.4493.9157.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=50.86%
G=33.33%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148974600.340.690.423052.5838.04
Hex94612E022452A1e3526
Octal2241415604210552366546
Binary1001010011000011011100100010100010110101011110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94612E; }

 p { color: rgb(148,97,46); }

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

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

 a { background-color: rgb(148,97,46); }

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

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

 span { border-color: rgb(148,97,46); }

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