Html Css Color HEX #863E6D Cosmic

📋 copy color: '#863E6D'

red 134 ◦ green 62 ◦ blue 109

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

Shades of Cosmic #863E6D

Tints of Cosmic #863E6D

RGB

 RED value IS 134 (52.73% from 255) = 43.93%

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 43.93%
G = 20.33%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#863E6D (or 0x863E6D) is known color: Cosmic. HEX triplet: 86, 3E and 6D. RGB value is (134,62,109). Sum of RGB (Red+Green+Blue) = 134+62+109=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E6D is #79C192. Grayscale: #585858. Windows color (decimal): -7979411 or 7159430. OLE color: 7159430.

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

Color convert

RGB 134 62 109 -
CMYK 0 0.54 0.19 0.47
HSL 320.83º 0.37% 0.38% -
HSV(B) 320.83º 0.54% 0.53% -
XYZ 14.31 9.62 15.57 -
YUV 88.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 134 62 109 0 0.54 0.19 0.47 320.83 0.37 0.38
Hex 86 3E 6D 0 36 13 2F 141 25 26
Octal 206 76 155 0 66 23 57 501 45 46
Binary 10000110 111110 1101101 0 110110 10011 101111 101000001 100101 100110

Color Harmonies of #863E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E6D

Black with #863E6D

Text Example


Text Example

White with #863E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #863E6D;
 }
 .AnyTagClassName
 {
   color: #863E6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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