#936630

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

Shades of Rusty Nail #936630

Tints of Rusty Nail #936630

Color information

#936630 (or 0x936630) is unknown color: approx Rusty Nail. HEX triplet: 93, 66 and 30. RGB value is (147,102,48). Sum of RGB (Red+Green+Blue) = 147+102+48=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #936630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936630 is #6C99CF. Grayscale: #6D6D6D. Windows color (decimal): -7117264 or 3171987. OLE color: 3171987.

HSL color Cylindrical-coordinate representation of color #936630: hue angle of 32.73º degrees, saturation: 0.51, 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 #936630 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14710248-
CMYK00.310.670.42
HSL32.73º50.77%38.24%-
HSV(B)32.73º67.35%57.65%-
XYZ17.3215.924.96-
YUV109.393.41154.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=49.49%
G=34.34%
B=16.16%

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
Decimal1471024800.310.670.4232.7350.7738.24
Hex93663001F432A213326
Octal2231466003710352416346
Binary1001001111001101100000111111000011101010100001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936630; }

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

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

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

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

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

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

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

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