#864368

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

Shades of Cosmic #864368

Tints of Cosmic #864368

Color information

#864368 (or 0x864368) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 68. RGB value is (134,67,104). Sum of RGB (Red+Green+Blue) = 134+67+104=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #864368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864368 is #79BC97. Grayscale: #5B5B5B. Windows color (decimal): -7978136 or 6833030. OLE color: 6833030.

HSL color Cylindrical-coordinate representation of color #864368: hue angle of 326.87º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864368 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13467104-
CMYK00.50.220.47
HSL326.87º33.33%39.41%-
HSV(B)326.87º50%52.55%-
XYZ14.3410.0814.29-
YUV91.25135.2158.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=43.93%
G=21.97%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346710400.50.220.47326.8733.3339.41
Hex864368032162F1472127
Octal20610315006226575074147
Binary1000011010000111101000011001010110101111101000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864368; }

 p { color: rgb(134,67,104); }

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

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

 a { background-color: rgb(134,67,104); }

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

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

 span { border-color: rgb(134,67,104); }

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