#94652E

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

Shades of Rusty Nail #94652E

Tints of Rusty Nail #94652E

Color information

#94652E (or 0x94652E) is unknown color: approx Rusty Nail. HEX triplet: 94, 65 and 2E. RGB value is (148,101,46). Sum of RGB (Red+Green+Blue) = 148+101+46=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94652E is #6B9AD1. Grayscale: #6D6D6D. Windows color (decimal): -7051986 or 3040660. OLE color: 3040660.

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

Color convert

RGB14810146-
CMYK00.320.690.42
HSL32.35º52.58%38.04%-
HSV(B)32.35º68.92%58.04%-
XYZ17.3615.84.72-
YUV108.7892.57155.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=50.17%
G=34.24%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481014600.320.690.4232.3552.5838.04
Hex94652E020452A203526
Octal2241455604010552406546
Binary10010100110010110111001000001000101101010100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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