Html Css Color HEX #6C5B5E Falcon

📋 copy color: '#6C5B5E'

red 108 ◦ green 91 ◦ blue 94

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

Shades of Falcon #6C5B5E

Tints of Falcon #6C5B5E

RGB

 RED value IS 108 (42.58% from 255) = 36.86%

 GREEN value IS 91 (35.94% from 255) = 31.06%

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

R = 36.86%
G = 31.06%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C5B5E (or 0x6C5B5E) is known color: Falcon. HEX triplet: 6C, 5B and 5E. RGB value is (108,91,94). Sum of RGB (Red+Green+Blue) = 108+91+94=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B5E is #93A4A1. Grayscale: #606060. Windows color (decimal): -9675938 or 6183788. OLE color: 6183788.

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

Color convert

RGB 108 91 94 -
CMYK 0 0.16 0.13 0.58
HSL 349.41º 0.09% 0.39% -
HSV(B) 349.41º 0.16% 0.42% -
XYZ 11.95 11.48 12.18 -
YUV 96.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 108 91 94 0 0.16 0.13 0.58 349.41 0.09 0.39
Hex 6C 5B 5E 0 10 D 3A 15D 9 27
Octal 154 133 136 0 20 15 72 535 11 47
Binary 1101100 1011011 1011110 0 10000 1101 111010 101011101 1001 100111

Color Harmonies of #6C5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5B5E

Black with #6C5B5E

Text Example


Text Example

White with #6C5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,91,94); }

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

background-color css

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

 a { background-color: rgb(108,91,94); }

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

border-color css

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

 span { border-color: rgb(108,91,94); }

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