Html Css Color HEX #6D545E Cosmic

📋 copy color: '#6D545E'

red 109 ◦ green 84 ◦ blue 94

#6D545E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #6D545E

Tints of Cosmic #6D545E

RGB

 RED value IS 109 (42.97% from 255) = 37.98%

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 37.98%
G = 29.27%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D545E (or 0x6D545E) is known color: Cosmic. HEX triplet: 6D, 54 and 5E. RGB value is (109,84,94). Sum of RGB (Red+Green+Blue) = 109+84+94=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D545E is #92ABA1. Grayscale: #5C5C5C. Windows color (decimal): -9612194 or 6181997. OLE color: 6181997.

HSL color Cylindrical-coordinate representation of color #6D545E: hue angle of 336º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D545E is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 84 94 -
CMYK 0 0.23 0.14 0.57
HSL 336º 0.13% 0.38% -
HSV(B) 336º 0.23% 0.43% -
XYZ 11.5 10.4 11.99 -
YUV 92.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 109 84 94 0 0.23 0.14 0.57 336 0.13 0.38
Hex 6D 54 5E 0 17 E 39 150 D 26
Octal 155 124 136 0 27 16 71 520 15 46
Binary 1101101 1010100 1011110 0 10111 1110 111001 101010000 1101 100110

Color Harmonies of #6D545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D545E

Black with #6D545E

Text Example


Text Example

White with #6D545E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D545E;
 }
 .AnyTagClassName
 {
   color: #6D545E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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