#863D46

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

Shades of Stiletto #863D46

Tints of Stiletto #863D46

Color information

#863D46 (or 0x863D46) is unknown color: approx Stiletto. HEX triplet: 86, 3D and 46. RGB value is (134,61,70). Sum of RGB (Red+Green+Blue) = 134+61+70=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #863D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D46 is #79C2B9. Grayscale: #535353. Windows color (decimal): -7979706 or 4603270. OLE color: 4603270.

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

Color convert

RGB1346170-
CMYK00.540.480.47
HSL352.6º37.44%38.24%-
HSV(B)352.6º54.48%52.55%-
XYZ12.618.856.84-
YUV83.85120.18163.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 61 (24.22% from 255) = 23.02%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=50.57%
G=23.02%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134617000.540.480.47352.637.4438.24
Hex863D46036302F1612526
Octal2067510606660575414546
Binary1000011011110110001100110110110000101111101100001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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