Html Css Color HEX #6D545F Cosmic

📋 copy color: '#6D545F'

red 109 ◦ green 84 ◦ blue 95

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

Shades of Cosmic #6D545F

Tints of Cosmic #6D545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 37.85%
G = 29.17%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D545F (or 0x6D545F) is known color: Cosmic. HEX triplet: 6D, 54 and 5F. RGB value is (109,84,95). Sum of RGB (Red+Green+Blue) = 109+84+95=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D545F is #92ABA0. Grayscale: #5C5C5C. Windows color (decimal): -9612193 or 6247533. OLE color: 6247533.

HSL color Cylindrical-coordinate representation of color #6D545F: hue angle of 333.6º 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 #6D545F is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 84 95 -
CMYK 0 0.23 0.13 0.57
HSL 333.6º 0.13% 0.38% -
HSV(B) 333.6º 0.23% 0.43% -
XYZ 11.54 10.42 12.23 -
YUV 92.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 109 84 95 0 0.23 0.13 0.57 333.6 0.13 0.38
Hex 6D 54 5F 0 17 D 39 14E D 26
Octal 155 124 137 0 27 15 71 516 15 46
Binary 1101101 1010100 1011111 0 10111 1101 111001 101001110 1101 100110

Color Harmonies of #6D545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D545F

Black with #6D545F

Text Example


Text Example

White with #6D545F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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