#936631

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

Shades of Rusty Nail #936631

Tints of Rusty Nail #936631

Color information

#936631 (or 0x936631) is unknown color: approx Rusty Nail. HEX triplet: 93, 66 and 31. RGB value is (147,102,49). Sum of RGB (Red+Green+Blue) = 147+102+49=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #936631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936631 is #6C99CE. Grayscale: #6D6D6D. Windows color (decimal): -7117263 or 3237523. OLE color: 3237523.

HSL color Cylindrical-coordinate representation of color #936631: hue angle of 32.45º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #936631 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14710249-
CMYK00.310.670.42
HSL32.45º50%38.43%-
HSV(B)32.45º66.67%57.65%-
XYZ17.3415.935.07-
YUV109.4193.91154.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=49.33%
G=34.23%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471024900.310.670.4232.455038.43
Hex93663101F432A203226
Octal2231466103710352406246
Binary1001001111001101100010111111000011101010100000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936631; }

 p { color: rgb(147,102,49); }

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

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

 a { background-color: rgb(147,102,49); }

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

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

 span { border-color: rgb(147,102,49); }

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