Html Css Color HEX #6B5658 Falcon

📋 copy color: '#6B5658'

red 107 ◦ green 86 ◦ blue 88

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

Shades of Falcon #6B5658

Tints of Falcon #6B5658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 38.08%
G = 30.6%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B5658 (or 0x6B5658) is known color: Falcon. HEX triplet: 6B, 56 and 58. RGB value is (107,86,88). Sum of RGB (Red+Green+Blue) = 107+86+88=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5658 is #94A9A7. Grayscale: #5C5C5C. Windows color (decimal): -9742760 or 5789291. OLE color: 5789291.

HSL color Cylindrical-coordinate representation of color #6B5658: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B5658 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 86 88 -
CMYK 0 0.20 0.18 0.58
HSL 354.29º 0.11% 0.38% -
HSV(B) 354.29º 0.2% 0.42% -
XYZ 11.15 10.49 10.67 -
YUV 92.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 107 86 88 0 0.20 0.18 0.58 354.29 0.11 0.38
Hex 6B 56 58 0 14 12 3A 162 B 26
Octal 153 126 130 0 24 22 72 542 13 46
Binary 1101011 1010110 1011000 0 10100 10010 111010 101100010 1011 100110

Color Harmonies of #6B5658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5658

Black with #6B5658

Text Example


Text Example

White with #6B5658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,86,88); }

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

background-color css

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

 a { background-color: rgb(107,86,88); }

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

border-color css

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

 span { border-color: rgb(107,86,88); }

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