Html Css Color HEX #6F5558 Falcon

📋 copy color: '#6F5558'

red 111 ◦ green 85 ◦ blue 88

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

Shades of Falcon #6F5558

Tints of Falcon #6F5558

RGB

 RED value IS 111 (43.75% from 255) = 39.08%

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

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

R = 39.08%
G = 29.93%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F5558 (or 0x6F5558) is known color: Falcon. HEX triplet: 6F, 55 and 58. RGB value is (111,85,88). Sum of RGB (Red+Green+Blue) = 111+85+88=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5558 is #90AAA7. Grayscale: #5D5D5D. Windows color (decimal): -9480872 or 5789039. OLE color: 5789039.

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

Color convert

RGB 111 85 88 -
CMYK 0 0.23 0.21 0.56
HSL 353.08º 0.13% 0.38% -
HSV(B) 353.08º 0.23% 0.44% -
XYZ 11.57 10.58 10.67 -
YUV 93.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 111 85 88 0 0.23 0.21 0.56 353.08 0.13 0.38
Hex 6F 55 58 0 17 15 38 161 D 26
Octal 157 125 130 0 27 25 70 541 15 46
Binary 1101111 1010101 1011000 0 10111 10101 111000 101100001 1101 100110

Color Harmonies of #6F5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5558

Black with #6F5558

Text Example


Text Example

White with #6F5558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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