#94662f

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

Shades of Rusty Nail #94662F

Tints of Rusty Nail #94662F

Color information

#94662F (or 0x94662F) is unknown color: approx Rusty Nail. HEX triplet: 94, 66 and 2F. RGB value is (148,102,47). Sum of RGB (Red+Green+Blue) = 148+102+47=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94662F is #6B99D0. Grayscale: #6D6D6D. Windows color (decimal): -7051729 or 3106452. OLE color: 3106452.

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

Color convert

RGB14810247-
CMYK00.310.680.42
HSL32.67º51.79%38.24%-
HSV(B)32.67º68.24%58.04%-
XYZ17.48164.86-
YUV109.4892.74155.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 47 (18.75% from 255) = 15.82%
R=49.83%
G=34.34%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481024700.310.680.4232.6751.7938.24
Hex94662F01F442A213426
Octal2241465703710452416446
Binary1001010011001101011110111111000100101010100001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94662f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94662f; }

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

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

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

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

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

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

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

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