Html Css Color HEX #6C555E Cosmic

📋 copy color: '#6C555E'

red 108 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #6C555E

Tints of Cosmic #6C555E

RGB

 RED value IS 108 (42.58% from 255) = 37.63%

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 37.63%
G = 29.62%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C555E (or 0x6C555E) is known color: Cosmic. HEX triplet: 6C, 55 and 5E. RGB value is (108,85,94). Sum of RGB (Red+Green+Blue) = 108+85+94=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C555E is #93AAA1. Grayscale: #5C5C5C. Windows color (decimal): -9677474 or 6182252. OLE color: 6182252.

HSL color Cylindrical-coordinate representation of color #6C555E: hue angle of 336.52º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C555E is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 85 94 -
CMYK 0 0.21 0.13 0.58
HSL 336.52º 0.12% 0.38% -
HSV(B) 336.52º 0.21% 0.42% -
XYZ 11.45 10.49 12.01 -
YUV 92.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 108 85 94 0 0.21 0.13 0.58 336.52 0.12 0.38
Hex 6C 55 5E 0 15 D 3A 151 C 26
Octal 154 125 136 0 25 15 72 521 14 46
Binary 1101100 1010101 1011110 0 10101 1101 111010 101010001 1100 100110

Color Harmonies of #6C555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C555E

Black with #6C555E

Text Example


Text Example

White with #6C555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,94); }

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

background-color css

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

 a { background-color: rgb(108,85,94); }

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

border-color css

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

 span { border-color: rgb(108,85,94); }

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