Html Css Color HEX #6D5558 Falcon

📋 copy color: '#6D5558'

red 109 ◦ green 85 ◦ blue 88

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

Shades of Falcon #6D5558

Tints of Falcon #6D5558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 38.65%
G = 30.14%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D5558 (or 0x6D5558) is known color: Falcon. HEX triplet: 6D, 55 and 58. RGB value is (109,85,88). Sum of RGB (Red+Green+Blue) = 109+85+88=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5558 is #92AAA7. Grayscale: #5C5C5C. Windows color (decimal): -9611944 or 5789037. OLE color: 5789037.

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

Color convert

RGB 109 85 88 -
CMYK 0 0.22 0.19 0.57
HSL 352.5º 0.12% 0.38% -
HSV(B) 352.5º 0.22% 0.43% -
XYZ 11.32 10.45 10.65 -
YUV 92.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 109 85 88 0 0.22 0.19 0.57 352.5 0.12 0.38
Hex 6D 55 58 0 16 13 39 160 C 26
Octal 155 125 130 0 26 23 71 540 14 46
Binary 1101101 1010101 1011000 0 10110 10011 111001 101100000 1100 100110

Color Harmonies of #6D5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5558

Black with #6D5558

Text Example


Text Example

White with #6D5558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,88); }

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

background-color css

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

 a { background-color: rgb(109,85,88); }

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

border-color css

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

 span { border-color: rgb(109,85,88); }

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