#6E535F

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

Shades of Cosmic #6E535F

Tints of Cosmic #6E535F

Color information

#6E535F (or 0x6E535F) is unknown color: approx Cosmic. HEX triplet: 6E, 53 and 5F. RGB value is (110,83,95). Sum of RGB (Red+Green+Blue) = 110+83+95=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E535F is #91ACA0. Grayscale: #5C5C5C. Windows color (decimal): -9546913 or 6247278. OLE color: 6247278.

HSL color Cylindrical-coordinate representation of color #6E535F: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E535F is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1108395-
CMYK00.250.140.57
HSL333.33º13.99%37.84%-
HSV(B)333.33º24.55%43.14%-
XYZ11.5910.3312.21-
YUV92.44129.45140.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.19%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=38.19%
G=28.82%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110839500.250.140.57333.3313.9937.84
Hex6E535F019E3914de26
Octal15612313703116715151646
Binary11011101010011101111101100111101110011010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E535F; }

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

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

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

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

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

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

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

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