#863965

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

Shades of Cosmic #863965

Tints of Cosmic #863965

Color information

#863965 (or 0x863965) is unknown color: approx Cosmic. HEX triplet: 86, 39 and 65. RGB value is (134,57,101). Sum of RGB (Red+Green+Blue) = 134+57+101=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #863965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863965 is #79C69A. Grayscale: #545454. Windows color (decimal): -7980699 or 6633862. OLE color: 6633862.

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

Color convert

RGB13457101-
CMYK00.570.250.47
HSL325.71º40.31%37.45%-
HSV(B)325.71º57.46%52.55%-
XYZ13.648.9313.32-
YUV85.04137.01162.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=45.89%
G=19.52%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345710100.570.250.47325.7140.3137.45
Hex863965039192F1462825
Octal2067114507131575065045
Binary100001101110011100101011100111001101111101000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863965; }

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

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

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

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

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

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

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

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