Html Css Color HEX #6D535E Cosmic

📋 copy color: '#6D535E'

red 109 ◦ green 83 ◦ blue 94

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

Shades of Cosmic #6D535E

Tints of Cosmic #6D535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 38.11%
G = 29.02%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D535E (or 0x6D535E) is known color: Cosmic. HEX triplet: 6D, 53 and 5E. RGB value is (109,83,94). Sum of RGB (Red+Green+Blue) = 109+83+94=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D535E is #92ACA1. Grayscale: #5C5C5C. Windows color (decimal): -9612450 or 6181741. OLE color: 6181741.

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

Color convert

RGB 109 83 94 -
CMYK 0 0.24 0.14 0.57
HSL 334.62º 0.14% 0.38% -
HSV(B) 334.62º 0.24% 0.43% -
XYZ 11.42 10.25 11.97 -
YUV 92.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 109 83 94 0 0.24 0.14 0.57 334.62 0.14 0.38
Hex 6D 53 5E 0 18 E 39 14F E 26
Octal 155 123 136 0 30 16 71 517 16 46
Binary 1101101 1010011 1011110 0 11000 1110 111001 101001111 1110 100110

Color Harmonies of #6D535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D535E

Black with #6D535E

Text Example


Text Example

White with #6D535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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