#94652F

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

Shades of Rusty Nail #94652F

Tints of Rusty Nail #94652F

Color information

#94652F (or 0x94652F) is unknown color: approx Rusty Nail. HEX triplet: 94, 65 and 2F. RGB value is (148,101,47). Sum of RGB (Red+Green+Blue) = 148+101+47=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94652F is #6B9AD0. Grayscale: #6D6D6D. Windows color (decimal): -7051985 or 3106196. OLE color: 3106196.

HSL color Cylindrical-coordinate representation of color #94652F: hue angle of 32.08º degrees, saturation: 0.52, 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 #94652F is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14810147-
CMYK00.320.680.42
HSL32.08º51.79%38.24%-
HSV(B)32.08º68.24%58.04%-
XYZ17.3815.814.82-
YUV108.993.07155.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=50%
G=34.12%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481014700.320.680.4232.0851.7938.24
Hex94652F020442A203426
Octal2241455704010452406446
Binary10010100110010110111101000001000100101010100000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94652F; }

 p { color: rgb(148,101,47); }

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

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

 a { background-color: rgb(148,101,47); }

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

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

 span { border-color: rgb(148,101,47); }

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