Html Css Color HEX #6C5455 Falcon

📋 copy color: '#6C5455'

red 108 ◦ green 84 ◦ blue 85

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

Shades of Falcon #6C5455

Tints of Falcon #6C5455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 38.99%
G = 30.32%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6C5455 (or 0x6C5455) is known color: Falcon. HEX triplet: 6C, 54 and 55. RGB value is (108,84,85). Sum of RGB (Red+Green+Blue) = 108+84+85=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5455 is #93ABAA. Grayscale: #5B5B5B. Windows color (decimal): -9677739 or 5592172. OLE color: 5592172.

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

Color convert

RGB 108 84 85 -
CMYK 0 0.22 0.21 0.58
HSL 357.5º 0.13% 0.38% -
HSV(B) 357.5º 0.22% 0.42% -
XYZ 10.99 10.18 9.98 -
YUV 91.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 108 84 85 0 0.22 0.21 0.58 357.5 0.13 0.38
Hex 6C 54 55 0 16 15 3A 166 C 26
Octal 154 124 125 0 26 25 72 546 14 46
Binary 1101100 1010100 1010101 0 10110 10101 111010 101100110 1100 100110

Color Harmonies of #6C5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5455

Black with #6C5455

Text Example


Text Example

White with #6C5455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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