#86536E

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

Shades of Cosmic #86536E

Tints of Cosmic #86536E

Color information

#86536E (or 0x86536E) is unknown color: approx Cosmic. HEX triplet: 86, 53 and 6E. RGB value is (134,83,110). Sum of RGB (Red+Green+Blue) = 134+83+110=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86536E is #79AC91. Grayscale: #656565. Windows color (decimal): -7974034 or 7230342. OLE color: 7230342.

HSL color Cylindrical-coordinate representation of color #86536E: hue angle of 328.24º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86536E is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13483110-
CMYK00.380.180.47
HSL328.24º23.5%42.55%-
HSV(B)328.24º38.06%52.55%-
XYZ15.7412.3816.31-
YUV101.33132.9151.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=40.98%
G=25.38%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348311000.380.180.47328.2423.542.55
Hex86536E026122F148182b
Octal20612315604622575103053
Binary100001101010011110111001001101001010111110100100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86536E; }

 p { color: rgb(134,83,110); }

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

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

 a { background-color: rgb(134,83,110); }

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

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

 span { border-color: rgb(134,83,110); }

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