#68545E

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

Shades of Cosmic #68545E

Tints of Cosmic #68545E

Color information

#68545E (or 0x68545E) is unknown color: approx Cosmic. HEX triplet: 68, 54 and 5E. RGB value is (104,84,94). Sum of RGB (Red+Green+Blue) = 104+84+94=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545E is #97ABA1. Grayscale: #5B5B5B. Windows color (decimal): -9939874 or 6181992. OLE color: 6181992.

HSL color Cylindrical-coordinate representation of color #68545E: hue angle of 330º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68545E is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1048494-
CMYK00.190.100.59
HSL330º10.64%36.86%-
HSV(B)330º19.23%40.78%-
XYZ10.910.0911.96-
YUV91.12129.63137.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=36.88%
G=29.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104849400.190.100.5933010.6436.86
Hex68545E013A3B14ab25
Octal15012413602312735121345
Binary11010001010100101111001001110101110111010010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68545E; }

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

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

<style>
 a { background-color: #68545E; }

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

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

<style>
 span { border-color: #68545E; }

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

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