Html Css Color HEX #6B595A Falcon

📋 copy color: '#6B595A'

red 107 ◦ green 89 ◦ blue 90

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

Shades of Falcon #6B595A

Tints of Falcon #6B595A

RGB

 RED value IS 107 (42.19% from 255) = 37.41%

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

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

R = 37.41%
G = 31.12%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B595A (or 0x6B595A) is known color: Falcon. HEX triplet: 6B, 59 and 5A. RGB value is (107,89,90). Sum of RGB (Red+Green+Blue) = 107+89+90=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B595A is #94A6A5. Grayscale: #5E5E5E. Windows color (decimal): -9741990 or 5921131. OLE color: 5921131.

HSL color Cylindrical-coordinate representation of color #6B595A: hue angle of 356.67º 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 #6B595A is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 89 90 -
CMYK 0 0.17 0.16 0.58
HSL 356.67º 0.09% 0.38% -
HSV(B) 356.67º 0.17% 0.42% -
XYZ 11.48 11.01 11.19 -
YUV 94.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 107 89 90 0 0.17 0.16 0.58 356.67 0.09 0.38
Hex 6B 59 5A 0 11 10 3A 165 9 26
Octal 153 131 132 0 21 20 72 545 11 46
Binary 1101011 1011001 1011010 0 10001 10000 111010 101100101 1001 100110

Color Harmonies of #6B595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B595A

Black with #6B595A

Text Example


Text Example

White with #6B595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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