Html Css Color HEX #6B5D5E Falcon

📋 copy color: '#6B5D5E'

red 107 ◦ green 93 ◦ blue 94

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

Shades of Falcon #6B5D5E

Tints of Falcon #6B5D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 36.39%
G = 31.63%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B5D5E (or 0x6B5D5E) is known color: Falcon. HEX triplet: 6B, 5D and 5E. RGB value is (107,93,94). Sum of RGB (Red+Green+Blue) = 107+93+94=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D5E is #94A2A1. Grayscale: #616161. Windows color (decimal): -9740962 or 6184299. OLE color: 6184299.

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

Color convert

RGB 107 93 94 -
CMYK 0 0.13 0.12 0.58
HSL 355.71º 0.07% 0.39% -
HSV(B) 355.71º 0.13% 0.42% -
XYZ 12 11.76 12.23 -
YUV 97.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 107 93 94 0 0.13 0.12 0.58 355.71 0.07 0.39
Hex 6B 5D 5E 0 D C 3A 164 7 27
Octal 153 135 136 0 15 14 72 544 7 47
Binary 1101011 1011101 1011110 0 1101 1100 111010 101100100 111 100111

Color Harmonies of #6B5D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5D5E

Black with #6B5D5E

Text Example


Text Example

White with #6B5D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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