Html Css Color HEX #6C5557 Falcon

📋 copy color: '#6C5557'

red 108 ◦ green 85 ◦ blue 87

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

Shades of Falcon #6C5557

Tints of Falcon #6C5557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 38.57%
G = 30.36%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C5557 (or 0x6C5557) is known color: Falcon. HEX triplet: 6C, 55 and 57. RGB value is (108,85,87). Sum of RGB (Red+Green+Blue) = 108+85+87=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5557 is #93AAA8. Grayscale: #5C5C5C. Windows color (decimal): -9677481 or 5723500. OLE color: 5723500.

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

Color convert

RGB 108 85 87 -
CMYK 0 0.21 0.19 0.58
HSL 354.78º 0.12% 0.38% -
HSV(B) 354.78º 0.21% 0.42% -
XYZ 11.15 10.37 10.43 -
YUV 92.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 108 85 87 0 0.21 0.19 0.58 354.78 0.12 0.38
Hex 6C 55 57 0 15 13 3A 163 C 26
Octal 154 125 127 0 25 23 72 543 14 46
Binary 1101100 1010101 1010111 0 10101 10011 111010 101100011 1100 100110

Color Harmonies of #6C5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5557

Black with #6C5557

Text Example


Text Example

White with #6C5557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,87); }

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

background-color css

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

 a { background-color: rgb(108,85,87); }

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

border-color css

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

 span { border-color: rgb(108,85,87); }

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