Html Css Color HEX #6A585B Falcon

📋 copy color: '#6A585B'

red 106 ◦ green 88 ◦ blue 91

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

Shades of Falcon #6A585B

Tints of Falcon #6A585B

RGB

 RED value IS 106 (41.8% from 255) = 37.19%

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 37.19%
G = 30.88%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6A585B (or 0x6A585B) is known color: Falcon. HEX triplet: 6A, 58 and 5B. RGB value is (106,88,91). Sum of RGB (Red+Green+Blue) = 106+88+91=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A585B is #95A7A4. Grayscale: #5D5D5D. Windows color (decimal): -9807781 or 5986410. OLE color: 5986410.

HSL color Cylindrical-coordinate representation of color #6A585B: hue angle of 350º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A585B is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 88 91 -
CMYK 0 0.17 0.14 0.58
HSL 350º 0.09% 0.38% -
HSV(B) 350º 0.17% 0.42% -
XYZ 11.32 10.8 11.39 -
YUV 93.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 106 88 91 0 0.17 0.14 0.58 350 0.09 0.38
Hex 6A 58 5B 0 11 E 3A 15E 9 26
Octal 152 130 133 0 21 16 72 536 11 46
Binary 1101010 1011000 1011011 0 10001 1110 111010 101011110 1001 100110

Color Harmonies of #6A585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A585B

Black with #6A585B

Text Example


Text Example

White with #6A585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,91); }

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

background-color css

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

 a { background-color: rgb(106,88,91); }

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

border-color css

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

 span { border-color: rgb(106,88,91); }

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