Html Css Color HEX #6D545B Cosmic

📋 copy color: '#6D545B'

red 109 ◦ green 84 ◦ blue 91

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

Shades of Cosmic #6D545B

Tints of Cosmic #6D545B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 38.38%
G = 29.58%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D545B (or 0x6D545B) is known color: Cosmic. HEX triplet: 6D, 54 and 5B. RGB value is (109,84,91). Sum of RGB (Red+Green+Blue) = 109+84+91=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D545B is #92ABA4. Grayscale: #5C5C5C. Windows color (decimal): -9612197 or 5985389. OLE color: 5985389.

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

Color convert

RGB 109 84 91 -
CMYK 0 0.23 0.17 0.57
HSL 343.2º 0.13% 0.38% -
HSV(B) 343.2º 0.23% 0.43% -
XYZ 11.37 10.35 11.3 -
YUV 92.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 109 84 91 0 0.23 0.17 0.57 343.2 0.13 0.38
Hex 6D 54 5B 0 17 11 39 157 D 26
Octal 155 124 133 0 27 21 71 527 15 46
Binary 1101101 1010100 1011011 0 10111 10001 111001 101010111 1101 100110

Color Harmonies of #6D545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D545B

Black with #6D545B

Text Example


Text Example

White with #6D545B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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