#94662B

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

Shades of Rusty Nail #94662B

Tints of Rusty Nail #94662B

Color information

#94662B (or 0x94662B) is unknown color: approx Rusty Nail. HEX triplet: 94, 66 and 2B. RGB value is (148,102,43). Sum of RGB (Red+Green+Blue) = 148+102+43=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94662B is #6B99D4. Grayscale: #6D6D6D. Windows color (decimal): -7051733 or 2844308. OLE color: 2844308.

HSL color Cylindrical-coordinate representation of color #94662B: hue angle of 33.71º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94662B is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14810243-
CMYK00.310.710.42
HSL33.71º54.97%37.45%-
HSV(B)33.71º70.95%58.04%-
XYZ17.415.974.45-
YUV109.0390.74155.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=50.51%
G=34.81%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481024300.310.710.4233.7154.9737.45
Hex94662B01F472A223725
Octal2241465303710752426745
Binary1001010011001101010110111111000111101010100010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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