#6F545E

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

Shades of Cosmic #6F545E

Tints of Cosmic #6F545E

Color information

#6F545E (or 0x6F545E) is unknown color: approx Cosmic. HEX triplet: 6F, 54 and 5E. RGB value is (111,84,94). Sum of RGB (Red+Green+Blue) = 111+84+94=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F545E is #90ABA1. Grayscale: #5D5D5D. Windows color (decimal): -9481122 or 6181999. OLE color: 6181999.

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

Color convert

RGB1118494-
CMYK00.240.150.56
HSL337.78º13.85%38.24%-
HSV(B)337.78º24.32%43.53%-
XYZ11.7510.5312-
YUV93.21128.45140.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=38.41%
G=29.07%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111849400.240.150.56337.7813.8538.24
Hex6F545E018F38152e26
Octal15712413603017705221646
Binary11011111010100101111001100011111110001010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,94); }

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

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

 a { background-color: rgb(111,84,94); }

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

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

 span { border-color: rgb(111,84,94); }

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