Html Css Color HEX #6F5859 Falcon

📋 copy color: '#6F5859'

red 111 ◦ green 88 ◦ blue 89

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

Shades of Falcon #6F5859

Tints of Falcon #6F5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 38.54%
G = 30.56%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F5859 (or 0x6F5859) is known color: Falcon. HEX triplet: 6F, 58 and 59. RGB value is (111,88,89). Sum of RGB (Red+Green+Blue) = 111+88+89=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5859 is #90A7A6. Grayscale: #5F5F5F. Windows color (decimal): -9480103 or 5855343. OLE color: 5855343.

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

Color convert

RGB 111 88 89 -
CMYK 0 0.21 0.20 0.56
HSL 357.39º 0.12% 0.39% -
HSV(B) 357.39º 0.21% 0.44% -
XYZ 11.85 11.08 10.97 -
YUV 94.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 111 88 89 0 0.21 0.20 0.56 357.39 0.12 0.39
Hex 6F 58 59 0 15 14 38 165 C 27
Octal 157 130 131 0 25 24 70 545 14 47
Binary 1101111 1011000 1011001 0 10101 10100 111000 101100101 1100 100111

Color Harmonies of #6F5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5859

Black with #6F5859

Text Example


Text Example

White with #6F5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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