Html Css Color HEX #6E525B Cosmic

📋 copy color: '#6E525B'

red 110 ◦ green 82 ◦ blue 91

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

Shades of Cosmic #6E525B

Tints of Cosmic #6E525B

RGB

 RED value IS 110 (43.36% from 255) = 38.87%

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

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

R = 38.87%
G = 28.98%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E525B (or 0x6E525B) is known color: Cosmic. HEX triplet: 6E, 52 and 5B. RGB value is (110,82,91). Sum of RGB (Red+Green+Blue) = 110+82+91=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E525B is #91ADA4. Grayscale: #5B5B5B. Windows color (decimal): -9547173 or 5984878. OLE color: 5984878.

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

Color convert

RGB 110 82 91 -
CMYK 0 0.25 0.17 0.57
HSL 340.71º 0.15% 0.38% -
HSV(B) 340.71º 0.25% 0.43% -
XYZ 11.34 10.1 11.25 -
YUV 91.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 110 82 91 0 0.25 0.17 0.57 340.71 0.15 0.38
Hex 6E 52 5B 0 19 11 39 155 F 26
Octal 156 122 133 0 31 21 71 525 17 46
Binary 1101110 1010010 1011011 0 11001 10001 111001 101010101 1111 100110

Color Harmonies of #6E525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E525B

Black with #6E525B

Text Example


Text Example

White with #6E525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,82,91); }

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

background-color css

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

 a { background-color: rgb(110,82,91); }

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

border-color css

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

 span { border-color: rgb(110,82,91); }

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