Html Css Color HEX #6F5A5E Falcon

📋 copy color: '#6F5A5E'

red 111 ◦ green 90 ◦ blue 94

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

Shades of Falcon #6F5A5E

Tints of Falcon #6F5A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 37.63%
G = 30.51%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F5A5E (or 0x6F5A5E) is known color: Falcon. HEX triplet: 6F, 5A and 5E. RGB value is (111,90,94). Sum of RGB (Red+Green+Blue) = 111+90+94=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A5E is #90A5A1. Grayscale: #606060. Windows color (decimal): -9479586 or 6183535. OLE color: 6183535.

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

Color convert

RGB 111 90 94 -
CMYK 0 0.19 0.15 0.56
HSL 348.57º 0.1% 0.39% -
HSV(B) 348.57º 0.19% 0.44% -
XYZ 12.23 11.5 12.16 -
YUV 96.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 111 90 94 0 0.19 0.15 0.56 348.57 0.1 0.39
Hex 6F 5A 5E 0 13 F 38 15D A 27
Octal 157 132 136 0 23 17 70 535 12 47
Binary 1101111 1011010 1011110 0 10011 1111 111000 101011101 1010 100111

Color Harmonies of #6F5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A5E

Black with #6F5A5E

Text Example


Text Example

White with #6F5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,90,94); }

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

background-color css

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

 a { background-color: rgb(111,90,94); }

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

border-color css

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

 span { border-color: rgb(111,90,94); }

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