#6E525B

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

Shades of Cosmic #6E525B

Tints of Cosmic #6E525B

Color information

#6E525B (or 0x6E525B) is unknown color: approx Cosmic. HEX triplet: 6E, 52 and 5B. RGB value is (110,82,91). Sum of RGB (Red+Green+Blue) = 110+82+91=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E525B is #91ADA4. Grayscale: #5B5B5B. Windows color (decimal): -9547173 or 5984878. OLE color: 5984878.

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

Color convert

RGB1108291-
CMYK00.250.170.57
HSL340.71º14.58%37.65%-
HSV(B)340.71º25.45%43.14%-
XYZ11.3410.111.25-
YUV91.4127.78141.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.87%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=38.87%
G=28.98%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110829100.250.170.57340.7114.5837.65
Hex6E525B0191139155f26
Octal15612213303121715251746
Binary110111010100101011011011001100011110011010101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,91); }

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

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

 a { background-color: rgb(110,82,91); }

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

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

 span { border-color: rgb(110,82,91); }

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