#6D525F

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

Shades of Cosmic #6D525F

Tints of Cosmic #6D525F

Color information

#6D525F (or 0x6D525F) is unknown color: approx Cosmic. HEX triplet: 6D, 52 and 5F. RGB value is (109,82,95). Sum of RGB (Red+Green+Blue) = 109+82+95=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D525F is #92ADA0. Grayscale: #5B5B5B. Windows color (decimal): -9612705 or 6247021. OLE color: 6247021.

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

Color convert

RGB1098295-
CMYK00.250.130.57
HSL331.11º14.14%37.45%-
HSV(B)331.11º24.77%42.75%-
XYZ11.3910.1112.18-
YUV91.56129.95140.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=38.11%
G=28.67%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109829500.250.130.57331.1114.1437.45
Hex6D525F019D3914be25
Octal15512213703115715131645
Binary11011011010010101111101100111011110011010010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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