Html Css Color HEX #863F5E Cosmic

📋 copy color: '#863F5E'

red 134 ◦ green 63 ◦ blue 94

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

Shades of Cosmic #863F5E

Tints of Cosmic #863F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 46.05%
G = 21.65%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#863F5E (or 0x863F5E) is known color: Cosmic. HEX triplet: 86, 3F and 5E. RGB value is (134,63,94). Sum of RGB (Red+Green+Blue) = 134+63+94=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #863F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F5E is #79C0A1. Grayscale: #575757. Windows color (decimal): -7979170 or 6176646. OLE color: 6176646.

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

Color convert

RGB 134 63 94 -
CMYK 0 0.53 0.30 0.47
HSL 333.8º 0.36% 0.39% -
HSV(B) 333.8º 0.53% 0.53% -
XYZ 13.63 9.43 11.69 -
YUV 87.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 134 63 94 0 0.53 0.30 0.47 333.8 0.36 0.39
Hex 86 3F 5E 0 35 1E 2F 14E 24 27
Octal 206 77 136 0 65 36 57 516 44 47
Binary 10000110 111111 1011110 0 110101 11110 101111 101001110 100100 100111

Color Harmonies of #863F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F5E

Black with #863F5E

Text Example


Text Example

White with #863F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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