#86632D

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

Shades of Rusty Nail #86632D

Tints of Rusty Nail #86632D

Color information

#86632D (or 0x86632D) is unknown color: approx Rusty Nail. HEX triplet: 86, 63 and 2D. RGB value is (134,99,45). Sum of RGB (Red+Green+Blue) = 134+99+45=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86632D is #799CD2. Grayscale: #676767. Windows color (decimal): -7970003 or 2974598. OLE color: 2974598.

HSL color Cylindrical-coordinate representation of color #86632D: hue angle of 36.4º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86632D is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1349945-
CMYK00.260.660.47
HSL36.4º49.72%35.1%-
HSV(B)36.4º66.42%52.55%-
XYZ14.7714.184.44-
YUV103.3195.1149.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=48.20%
G=35.61%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134994500.260.660.4736.449.7235.1
Hex86632D01A422F243223
Octal2061435503210257446243
Binary1000011011000111011010110101000010101111100100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86632D; }

 p { color: rgb(134,99,45); }

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

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

 a { background-color: rgb(134,99,45); }

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

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

 span { border-color: rgb(134,99,45); }

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