Html Css Color HEX #863F6F Cosmic

📋 copy color: '#863F6F'

red 134 ◦ green 63 ◦ blue 111

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

Shades of Cosmic #863F6F

Tints of Cosmic #863F6F

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 43.51%
G = 20.45%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#863F6F (or 0x863F6F) is known color: Cosmic. HEX triplet: 86, 3F and 6F. RGB value is (134,63,111). Sum of RGB (Red+Green+Blue) = 134+63+111=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #863F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F6F is #79C090. Grayscale: #595959. Windows color (decimal): -7979153 or 7290758. OLE color: 7290758.

HSL color Cylindrical-coordinate representation of color #863F6F: hue angle of 319.44º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F6F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 63 111 -
CMYK 0 0.53 0.17 0.47
HSL 319.44º 0.36% 0.39% -
HSV(B) 319.44º 0.53% 0.53% -
XYZ 14.48 9.77 16.16 -
YUV 89.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 134 63 111 0 0.53 0.17 0.47 319.44 0.36 0.39
Hex 86 3F 6F 0 35 11 2F 13F 24 27
Octal 206 77 157 0 65 21 57 477 44 47
Binary 10000110 111111 1101111 0 110101 10001 101111 100111111 100100 100111

Color Harmonies of #863F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F6F

Black with #863F6F

Text Example


Text Example

White with #863F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,63,111); }

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

background-color css

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

 a { background-color: rgb(134,63,111); }

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

border-color css

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

 span { border-color: rgb(134,63,111); }

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