Html Css Color HEX #6D595B Falcon

📋 copy color: '#6D595B'

red 109 ◦ green 89 ◦ blue 91

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

Shades of Falcon #6D595B

Tints of Falcon #6D595B

RGB

 RED value IS 109 (42.97% from 255) = 37.72%

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

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 37.72%
G = 30.8%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D595B (or 0x6D595B) is known color: Falcon. HEX triplet: 6D, 59 and 5B. RGB value is (109,89,91). Sum of RGB (Red+Green+Blue) = 109+89+91=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D595B is #92A6A4. Grayscale: #5F5F5F. Windows color (decimal): -9610917 or 5986669. OLE color: 5986669.

HSL color Cylindrical-coordinate representation of color #6D595B: hue angle of 354º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D595B is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 89 91 -
CMYK 0 0.18 0.17 0.57
HSL 354º 0.1% 0.39% -
HSV(B) 354º 0.18% 0.43% -
XYZ 11.77 11.15 11.43 -
YUV 95.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 109 89 91 0 0.18 0.17 0.57 354 0.1 0.39
Hex 6D 59 5B 0 12 11 39 162 A 27
Octal 155 131 133 0 22 21 71 542 12 47
Binary 1101101 1011001 1011011 0 10010 10001 111001 101100010 1010 100111

Color Harmonies of #6D595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D595B

Black with #6D595B

Text Example


Text Example

White with #6D595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,91); }

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

background-color css

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

 a { background-color: rgb(109,89,91); }

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

border-color css

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

 span { border-color: rgb(109,89,91); }

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