#6E535E

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

Shades of Cosmic #6E535E

Tints of Cosmic #6E535E

Color information

#6E535E (or 0x6E535E) is unknown color: approx Cosmic. HEX triplet: 6E, 53 and 5E. RGB value is (110,83,94). Sum of RGB (Red+Green+Blue) = 110+83+94=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E535E is #91ACA1. Grayscale: #5C5C5C. Windows color (decimal): -9546914 or 6181742. OLE color: 6181742.

HSL color Cylindrical-coordinate representation of color #6E535E: hue angle of 335.56º 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 #6E535E is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB1108394-
CMYK00.250.150.57
HSL335.56º13.99%37.84%-
HSV(B)335.56º24.55%43.14%-
XYZ11.5410.3111.97-
YUV92.33128.95140.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=38.33%
G=28.92%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110839400.250.150.57335.5613.9937.84
Hex6E535E019F39150e26
Octal15612313603117715201646
Binary11011101010011101111001100111111110011010100001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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