#863D40

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

Shades of Stiletto #863D40

Tints of Stiletto #863D40

Color information

#863D40 (or 0x863D40) is unknown color: approx Stiletto. HEX triplet: 86, 3D and 40. RGB value is (134,61,64). Sum of RGB (Red+Green+Blue) = 134+61+64=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #863D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D40 is #79C2BF. Grayscale: #535353. Windows color (decimal): -7979712 or 4210054. OLE color: 4210054.

HSL color Cylindrical-coordinate representation of color #863D40: hue angle of 357.53º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D40 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1346164-
CMYK00.540.520.47
HSL357.53º37.44%38.24%-
HSV(B)357.53º54.48%52.55%-
XYZ12.438.785.89-
YUV83.17117.18164.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=51.74%
G=23.55%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134616400.540.520.47357.5337.4438.24
Hex863D40036342F1662526
Octal2067510006664575464546
Binary1000011011110110000000110110110100101111101100110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863D40; }

 p { color: rgb(134,61,64); }

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

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

 a { background-color: rgb(134,61,64); }

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

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

 span { border-color: rgb(134,61,64); }

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