Html Css Color HEX #6D535C Cosmic

📋 copy color: '#6D535C'

red 109 ◦ green 83 ◦ blue 92

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

Shades of Cosmic #6D535C

Tints of Cosmic #6D535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 38.38%
G = 29.23%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D535C (or 0x6D535C) is known color: Cosmic. HEX triplet: 6D, 53 and 5C. RGB value is (109,83,92). Sum of RGB (Red+Green+Blue) = 109+83+92=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D535C is #92ACA3. Grayscale: #5B5B5B. Windows color (decimal): -9612452 or 6050669. OLE color: 6050669.

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

Color convert

RGB 109 83 92 -
CMYK 0 0.24 0.16 0.57
HSL 339.23º 0.14% 0.38% -
HSV(B) 339.23º 0.24% 0.43% -
XYZ 11.33 10.21 11.5 -
YUV 91.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 109 83 92 0 0.24 0.16 0.57 339.23 0.14 0.38
Hex 6D 53 5C 0 18 10 39 153 E 26
Octal 155 123 134 0 30 20 71 523 16 46
Binary 1101101 1010011 1011100 0 11000 10000 111001 101010011 1110 100110

Color Harmonies of #6D535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D535C

Black with #6D535C

Text Example


Text Example

White with #6D535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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