#6B545E

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

Shades of Cosmic #6B545E

Tints of Cosmic #6B545E

Color information

#6B545E (or 0x6B545E) is unknown color: approx Cosmic. HEX triplet: 6B, 54 and 5E. RGB value is (107,84,94). Sum of RGB (Red+Green+Blue) = 107+84+94=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B545E is #94ABA1. Grayscale: #5C5C5C. Windows color (decimal): -9743266 or 6181995. OLE color: 6181995.

HSL color Cylindrical-coordinate representation of color #6B545E: hue angle of 333.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B545E is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1078494-
CMYK00.210.120.58
HSL333.91º12.04%37.45%-
HSV(B)333.91º21.5%41.96%-
XYZ11.2510.2711.98-
YUV92.02129.12138.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=37.54%
G=29.47%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107849400.210.120.58333.9112.0437.45
Hex6B545E015C3A14ec25
Octal15312413602514725161445
Binary11010111010100101111001010111001110101010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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