Html Css Color HEX #6F5658 Falcon

📋 copy color: '#6F5658'

red 111 ◦ green 86 ◦ blue 88

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

Shades of Falcon #6F5658

Tints of Falcon #6F5658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 38.95%
G = 30.18%
B = 30.88%

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

#6F5658 (or 0x6F5658) is known color: Falcon. HEX triplet: 6F, 56 and 58. RGB value is (111,86,88). Sum of RGB (Red+Green+Blue) = 111+86+88=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5658 is #90A9A7. Grayscale: #5D5D5D. Windows color (decimal): -9480616 or 5789295. OLE color: 5789295.

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

Color convert

RGB 111 86 88 -
CMYK 0 0.23 0.21 0.56
HSL 355.2º 0.13% 0.39% -
HSV(B) 355.2º 0.23% 0.44% -
XYZ 11.64 10.74 10.69 -
YUV 93.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 111 86 88 0 0.23 0.21 0.56 355.2 0.13 0.39
Hex 6F 56 58 0 17 15 38 163 D 27
Octal 157 126 130 0 27 25 70 543 15 47
Binary 1101111 1010110 1011000 0 10111 10101 111000 101100011 1101 100111

Color Harmonies of #6F5658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5658

Black with #6F5658

Text Example


Text Example

White with #6F5658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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