#865643

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

Shades of Ironstone #865643

Tints of Ironstone #865643

Color information

#865643 (or 0x865643) is unknown color: approx Ironstone. HEX triplet: 86, 56 and 43. RGB value is (134,86,67). Sum of RGB (Red+Green+Blue) = 134+86+67=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #865643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865643 is #79A9BC. Grayscale: #626262. Windows color (decimal): -7973309 or 4413062. OLE color: 4413062.

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

Color convert

RGB1348667-
CMYK00.360.50.47
HSL17.01º33.33%39.41%-
HSV(B)17.01º50%52.55%-
XYZ14.1712.136.9-
YUV98.19110.4153.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=46.69%
G=29.97%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134866700.360.50.4717.0133.3339.41
Hex865643024322F112127
Octal2061261030446257214147
Binary1000011010101101000011010010011001010111110001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865643; }

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

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

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

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

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

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

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

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