Html Css Color HEX #6F595A Falcon

📋 copy color: '#6F595A'

red 111 ◦ green 89 ◦ blue 90

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

Shades of Falcon #6F595A

Tints of Falcon #6F595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 38.28%
G = 30.69%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F595A (or 0x6F595A) is known color: Falcon. HEX triplet: 6F, 59 and 5A. RGB value is (111,89,90). Sum of RGB (Red+Green+Blue) = 111+89+90=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F595A is #90A6A5. Grayscale: #5F5F5F. Windows color (decimal): -9479846 or 5921135. OLE color: 5921135.

HSL color Cylindrical-coordinate representation of color #6F595A: hue angle of 357.27º 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 #6F595A is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 90 -
CMYK 0 0.20 0.19 0.56
HSL 357.27º 0.11% 0.39% -
HSV(B) 357.27º 0.2% 0.44% -
XYZ 11.97 11.26 11.22 -
YUV 95.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 111 89 90 0 0.20 0.19 0.56 357.27 0.11 0.39
Hex 6F 59 5A 0 14 13 38 165 B 27
Octal 157 131 132 0 24 23 70 545 13 47
Binary 1101111 1011001 1011010 0 10100 10011 111000 101100101 1011 100111

Color Harmonies of #6F595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F595A

Black with #6F595A

Text Example


Text Example

White with #6F595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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