#863D3E

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

Shades of Stiletto #863D3E

Tints of Stiletto #863D3E

Color information

#863D3E (or 0x863D3E) is unknown color: approx Stiletto. HEX triplet: 86, 3D and 3E. RGB value is (134,61,62). Sum of RGB (Red+Green+Blue) = 134+61+62=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D3E is #79C2C1. Grayscale: #535353. Windows color (decimal): -7979714 or 4078982. OLE color: 4078982.

HSL color Cylindrical-coordinate representation of color #863D3E: hue angle of 359.18º 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 #863D3E is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1346162-
CMYK00.540.540.47
HSL359.18º37.44%38.24%-
HSV(B)359.18º54.48%52.55%-
XYZ12.378.755.6-
YUV82.94116.18164.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 61 (24.22% from 255) = 23.74%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=52.14%
G=23.74%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134616200.540.540.47359.1837.4438.24
Hex863D3E036362F1672526
Octal206757606666575474546
Binary100001101111011111100110110110110101111101100111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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