#864761

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

Shades of Cosmic #864761

Tints of Cosmic #864761

Color information

#864761 (or 0x864761) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 61. RGB value is (134,71,97). Sum of RGB (Red+Green+Blue) = 134+71+97=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #864761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864761 is #79B89E. Grayscale: #5C5C5C. Windows color (decimal): -7977119 or 6375302. OLE color: 6375302.

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

Color convert

RGB1347197-
CMYK00.470.280.47
HSL335.24º30.73%40.2%-
HSV(B)335.24º47.01%52.55%-
XYZ14.2410.4412.57-
YUV92.8130.37157.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=44.37%
G=23.51%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134719700.470.280.47335.2430.7340.2
Hex86476102F1C2F14f1f28
Octal20610714105734575173750
Binary100001101000111110000101011111110010111110100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864761; }

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

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

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

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

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

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

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

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