#864663

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

Shades of Cosmic #864663

Tints of Cosmic #864663

Color information

#864663 (or 0x864663) is unknown color: approx Cosmic. HEX triplet: 86, 46 and 63. RGB value is (134,70,99). Sum of RGB (Red+Green+Blue) = 134+70+99=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864663 is #79B99C. Grayscale: #5C5C5C. Windows color (decimal): -7977373 or 6506118. OLE color: 6506118.

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

Color convert

RGB1347099-
CMYK00.480.260.47
HSL332.81º31.37%40%-
HSV(B)332.81º47.76%52.55%-
XYZ14.2710.3513.05-
YUV92.44131.7157.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=44.22%
G=23.10%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134709900.480.260.47332.8131.3740
Hex8646630301A2F14d1f28
Octal20610614306032575153750
Binary100001101000110110001101100001101010111110100110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864663; }

 p { color: rgb(134,70,99); }

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

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

 a { background-color: rgb(134,70,99); }

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

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

 span { border-color: rgb(134,70,99); }

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