#86642F

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

Shades of Rusty Nail #86642F

Tints of Rusty Nail #86642F

Color information

#86642F (or 0x86642F) is unknown color: approx Rusty Nail. HEX triplet: 86, 64 and 2F. RGB value is (134,100,47). Sum of RGB (Red+Green+Blue) = 134+100+47=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86642F is #799BD0. Grayscale: #686868. Windows color (decimal): -7969745 or 3105926. OLE color: 3105926.

HSL color Cylindrical-coordinate representation of color #86642F: hue angle of 36.55º 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 #86642F is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB13410047-
CMYK00.250.650.47
HSL36.55º48.07%35.49%-
HSV(B)36.55º64.93%52.55%-
XYZ14.914.394.68-
YUV104.1295.76149.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=47.69%
G=35.59%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341004700.250.650.4736.5548.0735.49
Hex86642F019412F253023
Octal2061445703110157456043
Binary1000011011001001011110110011000001101111100101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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