#864461

Color #864461 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #864461

Tints of Cosmic #864461

Color information

#864461 (or 0x864461) is unknown color: approx Cosmic. HEX triplet: 86, 44 and 61. RGB value is (134,68,97). Sum of RGB (Red+Green+Blue) = 134+68+97=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #864461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864461 is #79BB9E. Grayscale: #5A5A5A. Windows color (decimal): -7977887 or 6374534. OLE color: 6374534.

HSL color Cylindrical-coordinate representation of color #864461: hue angle of 333.64º degrees, saturation: 0.33, 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 #864461 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1346897-
CMYK00.490.280.47
HSL333.64º32.67%39.61%-
HSV(B)333.64º49.25%52.55%-
XYZ14.0610.0712.51-
YUV91.04131.37158.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=44.82%
G=22.74%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134689700.490.280.47333.6432.6739.61
Hex8644610311C2F14e2128
Octal20610414106134575164150
Binary1000011010001001100001011000111100101111101001110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864461; }

 p { color: rgb(134,68,97); }

 H1.HeaderClassName
 {
   color: #864461;
 }
 .AnyTagClassName
 {
   color: #864461;
 }
</style>
background-color css

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

 a { background-color: rgb(134,68,97); }

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

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

 span { border-color: rgb(134,68,97); }

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