Html Css Color HEX #6F5359 Falcon

📋 copy color: '#6F5359'

red 111 ◦ green 83 ◦ blue 89

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

Shades of Falcon #6F5359

Tints of Falcon #6F5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

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

R = 39.22%
G = 29.33%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F5359 (or 0x6F5359) is known color: Falcon. HEX triplet: 6F, 53 and 59. RGB value is (111,83,89). Sum of RGB (Red+Green+Blue) = 111+83+89=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5359 is #90ACA6. Grayscale: #5C5C5C. Windows color (decimal): -9481383 or 5854063. OLE color: 5854063.

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

Color convert

RGB 111 83 89 -
CMYK 0 0.25 0.20 0.56
HSL 347.14º 0.14% 0.38% -
HSV(B) 347.14º 0.25% 0.44% -
XYZ 11.45 10.29 10.83 -
YUV 92.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 111 83 89 0 0.25 0.20 0.56 347.14 0.14 0.38
Hex 6F 53 59 0 19 14 38 15B E 26
Octal 157 123 131 0 31 24 70 533 16 46
Binary 1101111 1010011 1011001 0 11001 10100 111000 101011011 1110 100110

Color Harmonies of #6F5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5359

Black with #6F5359

Text Example


Text Example

White with #6F5359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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