Html Css Color HEX #6A5355 Falcon

📋 copy color: '#6A5355'

red 106 ◦ green 83 ◦ blue 85

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

Shades of Falcon #6A5355

Tints of Falcon #6A5355

RGB

 RED value IS 106 (41.8% from 255) = 38.69%

 GREEN value IS 83 (32.81% from 255) = 30.29%

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

R = 38.69%
G = 30.29%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6A5355 (or 0x6A5355) is known color: Falcon. HEX triplet: 6A, 53 and 55. RGB value is (106,83,85). Sum of RGB (Red+Green+Blue) = 106+83+85=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5355 is #95ACAA. Grayscale: #5A5A5A. Windows color (decimal): -9809067 or 5591914. OLE color: 5591914.

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

Color convert

RGB 106 83 85 -
CMYK 0 0.22 0.20 0.58
HSL 354.78º 0.12% 0.37% -
HSV(B) 354.78º 0.22% 0.42% -
XYZ 10.68 9.91 9.94 -
YUV 90.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 106 83 85 0 0.22 0.20 0.58 354.78 0.12 0.37
Hex 6A 53 55 0 16 14 3A 163 C 25
Octal 152 123 125 0 26 24 72 543 14 45
Binary 1101010 1010011 1010101 0 10110 10100 111010 101100011 1100 100101

Color Harmonies of #6A5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5355

Black with #6A5355

Text Example


Text Example

White with #6A5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,83,85); }

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

background-color css

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

 a { background-color: rgb(106,83,85); }

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

border-color css

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

 span { border-color: rgb(106,83,85); }

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