#6F525F

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

Shades of Cosmic #6F525F

Tints of Cosmic #6F525F

Color information

#6F525F (or 0x6F525F) is unknown color: approx Cosmic. HEX triplet: 6F, 52 and 5F. RGB value is (111,82,95). Sum of RGB (Red+Green+Blue) = 111+82+95=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F525F is #90ADA0. Grayscale: #5C5C5C. Windows color (decimal): -9481633 or 6247023. OLE color: 6247023.

HSL color Cylindrical-coordinate representation of color #6F525F: hue angle of 333.1º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F525F is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1118295-
CMYK00.260.140.56
HSL333.1º15.03%37.84%-
HSV(B)333.1º26.13%43.53%-
XYZ11.6410.2412.19-
YUV92.15129.61141.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=38.54%
G=28.47%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111829500.260.140.56333.115.0337.84
Hex6F525F01AE3814df26
Octal15712213703216705151746
Binary11011111010010101111101101011101110001010011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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