Html Css Color HEX #863D40 Stiletto

📋 copy color: '#863D40'

red 134 ◦ green 61 ◦ blue 64

#863D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #863D40

Tints of Stiletto #863D40

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 value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#863D40 (or 0x863D40) is known color: 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

RGB 134 61 64 -
CMYK 0 0.54 0.52 0.47
HSL 357.53º 0.37% 0.38% -
HSV(B) 357.53º 0.54% 0.53% -
XYZ 12.43 8.78 5.89 -
YUV 83.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 134 61 64 0 0.54 0.52 0.47 357.53 0.37 0.38
Hex 86 3D 40 0 36 34 2F 166 25 26
Octal 206 75 100 0 66 64 57 546 45 46
Binary 10000110 111101 1000000 0 110110 110100 101111 101100110 100101 100110

Color Harmonies of #863D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D40

Black with #863D40

Text Example


Text Example

White with #863D40

Text Example


Text Example

HTML Codes & Css Web 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>