#6D525B

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

Shades of Cosmic #6D525B

Tints of Cosmic #6D525B

Color information

#6D525B (or 0x6D525B) is unknown color: approx Cosmic. HEX triplet: 6D, 52 and 5B. RGB value is (109,82,91). Sum of RGB (Red+Green+Blue) = 109+82+91=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D525B is #92ADA4. Grayscale: #5B5B5B. Windows color (decimal): -9612709 or 5984877. OLE color: 5984877.

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

Color convert

RGB1098291-
CMYK00.250.170.57
HSL340º14.14%37.45%-
HSV(B)340º24.77%42.75%-
XYZ11.2110.0411.24-
YUV91.1127.95140.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=38.65%
G=29.08%
B=32.27%

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
Decimal109829100.250.170.5734014.1437.45
Hex6D525B0191139154e25
Octal15512213303121715241645
Binary110110110100101011011011001100011110011010101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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