Html Css Color HEX #864C6C Cosmic

📋 copy color: '#864C6C'

red 134 ◦ green 76 ◦ blue 108

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

Shades of Cosmic #864C6C

Tints of Cosmic #864C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 42.14%
G = 23.9%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#864C6C (or 0x864C6C) is known color: Cosmic. HEX triplet: 86, 4C and 6C. RGB value is (134,76,108). Sum of RGB (Red+Green+Blue) = 134+76+108=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #864C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C6C is #79B393. Grayscale: #606060. Windows color (decimal): -7975828 or 7097478. OLE color: 7097478.

HSL color Cylindrical-coordinate representation of color #864C6C: hue angle of 326.9º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864C6C is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 76 108 -
CMYK 0 0.43 0.19 0.47
HSL 326.9º 0.28% 0.41% -
HSV(B) 326.9º 0.43% 0.53% -
XYZ 15.12 11.32 15.58 -
YUV 96.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 134 76 108 0 0.43 0.19 0.47 326.9 0.28 0.41
Hex 86 4C 6C 0 2B 13 2F 147 1C 29
Octal 206 114 154 0 53 23 57 507 34 51
Binary 10000110 1001100 1101100 0 101011 10011 101111 101000111 11100 101001

Color Harmonies of #864C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C6C

Black with #864C6C

Text Example


Text Example

White with #864C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864C6C; }

 p { color: rgb(134,76,108); }

 H1.HeaderClassName
 {
   color: #864C6C;
 }
 .AnyTagClassName
 {
   color: #864C6C;
 }
</style>

background-color css

<style>
 a { background-color: #864C6C; }

 a { background-color: rgb(134,76,108); }

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

border-color css

<style>
 span { border-color: #864C6C; }

 span { border-color: rgb(134,76,108); }

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