Html Css Color HEX #864565 Cosmic

📋 copy color: '#864565'

red 134 ◦ green 69 ◦ blue 101

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

Shades of Cosmic #864565

Tints of Cosmic #864565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 44.08%
G = 22.7%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#864565 (or 0x864565) is known color: Cosmic. HEX triplet: 86, 45 and 65. RGB value is (134,69,101). Sum of RGB (Red+Green+Blue) = 134+69+101=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864565 is #79BA9A. Grayscale: #5C5C5C. Windows color (decimal): -7977627 or 6636934. OLE color: 6636934.

HSL color Cylindrical-coordinate representation of color #864565: hue angle of 330.46º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864565 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 69 101 -
CMYK 0 0.49 0.25 0.47
HSL 330.46º 0.32% 0.4% -
HSV(B) 330.46º 0.49% 0.53% -
XYZ 14.31 10.26 13.54 -
YUV 92.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 134 69 101 0 0.49 0.25 0.47 330.46 0.32 0.4
Hex 86 45 65 0 31 19 2F 14A 20 28
Octal 206 105 145 0 61 31 57 512 40 50
Binary 10000110 1000101 1100101 0 110001 11001 101111 101001010 100000 101000

Color Harmonies of #864565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864565

Black with #864565

Text Example


Text Example

White with #864565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864565; }

 p { color: rgb(134,69,101); }

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

background-color css

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

 a { background-color: rgb(134,69,101); }

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

border-color css

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

 span { border-color: rgb(134,69,101); }

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