Html Css Color HEX #6F595D Falcon

📋 copy color: '#6F595D'

red 111 ◦ green 89 ◦ blue 93

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

Shades of Falcon #6F595D

Tints of Falcon #6F595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 37.88%
G = 30.38%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F595D (or 0x6F595D) is known color: Falcon. HEX triplet: 6F, 59 and 5D. RGB value is (111,89,93). Sum of RGB (Red+Green+Blue) = 111+89+93=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F595D is #90A6A2. Grayscale: #606060. Windows color (decimal): -9479843 or 6117743. OLE color: 6117743.

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

Color convert

RGB 111 89 93 -
CMYK 0 0.20 0.16 0.56
HSL 349.09º 0.11% 0.39% -
HSV(B) 349.09º 0.2% 0.44% -
XYZ 12.1 11.31 11.9 -
YUV 96.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 111 89 93 0 0.20 0.16 0.56 349.09 0.11 0.39
Hex 6F 59 5D 0 14 10 38 15D B 27
Octal 157 131 135 0 24 20 70 535 13 47
Binary 1101111 1011001 1011101 0 10100 10000 111000 101011101 1011 100111

Color Harmonies of #6F595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F595D

Black with #6F595D

Text Example


Text Example

White with #6F595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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