#865646

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

Shades of Ironstone #865646

Tints of Ironstone #865646

Color information

#865646 (or 0x865646) is unknown color: approx Ironstone. HEX triplet: 86, 56 and 46. RGB value is (134,86,70). Sum of RGB (Red+Green+Blue) = 134+86+70=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865646 is #79A9B9. Grayscale: #626262. Windows color (decimal): -7973306 or 4609670. OLE color: 4609670.

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

Color convert

RGB1348670-
CMYK00.360.480.47
HSL15º31.37%40%-
HSV(B)15º47.76%52.55%-
XYZ14.2612.177.39-
YUV98.53111.9153.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=46.21%
G=29.66%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134867000.360.480.471531.3740
Hex865646024302Ff1f28
Octal2061261060446057173750
Binary10000110101011010001100100100110000101111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865646; }

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

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

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

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

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

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

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

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