#86632F

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

Shades of Rusty Nail #86632F

Tints of Rusty Nail #86632F

Color information

#86632F (or 0x86632F) is unknown color: approx Rusty Nail. HEX triplet: 86, 63 and 2F. RGB value is (134,99,47). Sum of RGB (Red+Green+Blue) = 134+99+47=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86632F is #799CD0. Grayscale: #676767. Windows color (decimal): -7970001 or 3105670. OLE color: 3105670.

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

Color convert

RGB1349947-
CMYK00.260.650.47
HSL35.86º48.07%35.49%-
HSV(B)35.86º64.93%52.55%-
XYZ14.8114.24.65-
YUV103.5496.1149.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=47.86%
G=35.36%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134994700.260.650.4735.8648.0735.49
Hex86632F01A412F243023
Octal2061435703210157446043
Binary1000011011000111011110110101000001101111100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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