Html Css Color HEX #6B5E60 Falcon

📋 copy color: '#6B5E60'

red 107 ◦ green 94 ◦ blue 96

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

Shades of Falcon #6B5E60

Tints of Falcon #6B5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 36.03%
G = 31.65%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B5E60 (or 0x6B5E60) is known color: Falcon. HEX triplet: 6B, 5E and 60. RGB value is (107,94,96). Sum of RGB (Red+Green+Blue) = 107+94+96=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E60 is #94A19F. Grayscale: #626262. Windows color (decimal): -9740704 or 6315627. OLE color: 6315627.

HSL color Cylindrical-coordinate representation of color #6B5E60: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B5E60 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 94 96 -
CMYK 0 0.12 0.10 0.58
HSL 350.77º 0.06% 0.39% -
HSV(B) 350.77º 0.12% 0.42% -
XYZ 12.18 11.98 12.74 -
YUV 98.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 107 94 96 0 0.12 0.10 0.58 350.77 0.06 0.39
Hex 6B 5E 60 0 C A 3A 15F 6 27
Octal 153 136 140 0 14 12 72 537 6 47
Binary 1101011 1011110 1100000 0 1100 1010 111010 101011111 110 100111

Color Harmonies of #6B5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E60

Black with #6B5E60

Text Example


Text Example

White with #6B5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,94,96); }

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

background-color css

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

 a { background-color: rgb(107,94,96); }

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

border-color css

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

 span { border-color: rgb(107,94,96); }

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