#865647

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

Shades of Ironstone #865647

Tints of Ironstone #865647

Color information

#865647 (or 0x865647) is unknown color: approx Ironstone. HEX triplet: 86, 56 and 47. RGB value is (134,86,71). Sum of RGB (Red+Green+Blue) = 134+86+71=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #865647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865647 is #79A9B8. Grayscale: #626262. Windows color (decimal): -7973305 or 4675206. OLE color: 4675206.

HSL color Cylindrical-coordinate representation of color #865647: hue angle of 14.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865647 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1348671-
CMYK00.360.470.47
HSL14.29º30.73%40.2%-
HSV(B)14.29º47.01%52.55%-
XYZ14.312.187.56-
YUV98.64112.4153.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 71 (28.12% from 255) = 24.40%
R=46.05%
G=29.55%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134867100.360.470.4714.2930.7340.2
Hex8656470242F2Fe1f28
Octal2061261070445757163750
Binary10000110101011010001110100100101111101111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865647; }

 p { color: rgb(134,86,71); }

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

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

 a { background-color: rgb(134,86,71); }

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

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

 span { border-color: rgb(134,86,71); }

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