Html Css Color HEX #6B5558 Falcon

📋 copy color: '#6B5558'

red 107 ◦ green 85 ◦ blue 88

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

Shades of Falcon #6B5558

Tints of Falcon #6B5558

RGB

 RED value IS 107 (42.19% from 255) = 38.21%

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

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

R = 38.21%
G = 30.36%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B5558 (or 0x6B5558) is known color: Falcon. HEX triplet: 6B, 55 and 58. RGB value is (107,85,88). Sum of RGB (Red+Green+Blue) = 107+85+88=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5558 is #94AAA7. Grayscale: #5B5B5B. Windows color (decimal): -9743016 or 5789035. OLE color: 5789035.

HSL color Cylindrical-coordinate representation of color #6B5558: hue angle of 351.82º degrees, saturation: 0.11, 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 #6B5558 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 85 88 -
CMYK 0 0.21 0.18 0.58
HSL 351.82º 0.11% 0.38% -
HSV(B) 351.82º 0.21% 0.42% -
XYZ 11.07 10.33 10.64 -
YUV 91.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 107 85 88 0 0.21 0.18 0.58 351.82 0.11 0.38
Hex 6B 55 58 0 15 12 3A 160 B 26
Octal 153 125 130 0 25 22 72 540 13 46
Binary 1101011 1010101 1011000 0 10101 10010 111010 101100000 1011 100110

Color Harmonies of #6B5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5558

Black with #6B5558

Text Example


Text Example

White with #6B5558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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