Html Css Color HEX #6D525C Cosmic

📋 copy color: '#6D525C'

red 109 ◦ green 82 ◦ blue 92

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

Shades of Cosmic #6D525C

Tints of Cosmic #6D525C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

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

R = 38.52%
G = 28.98%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D525C (or 0x6D525C) is known color: Cosmic. HEX triplet: 6D, 52 and 5C. RGB value is (109,82,92). Sum of RGB (Red+Green+Blue) = 109+82+92=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D525C is #92ADA3. Grayscale: #5B5B5B. Windows color (decimal): -9612708 or 6050413. OLE color: 6050413.

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

Color convert

RGB 109 82 92 -
CMYK 0 0.25 0.16 0.57
HSL 337.78º 0.14% 0.37% -
HSV(B) 337.78º 0.25% 0.43% -
XYZ 11.26 10.06 11.47 -
YUV 91.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 109 82 92 0 0.25 0.16 0.57 337.78 0.14 0.37
Hex 6D 52 5C 0 19 10 39 152 E 25
Octal 155 122 134 0 31 20 71 522 16 45
Binary 1101101 1010010 1011100 0 11001 10000 111001 101010010 1110 100101

Color Harmonies of #6D525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D525C

Black with #6D525C

Text Example


Text Example

White with #6D525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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