Html Css Color HEX #6A5357 Falcon

📋 copy color: '#6A5357'

red 106 ◦ green 83 ◦ blue 87

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

Shades of Falcon #6A5357

Tints of Falcon #6A5357

RGB

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

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

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

R = 38.41%
G = 30.07%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6A5357 (or 0x6A5357) is known color: Falcon. HEX triplet: 6A, 53 and 57. RGB value is (106,83,87). Sum of RGB (Red+Green+Blue) = 106+83+87=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5357 is #95ACA8. Grayscale: #5A5A5A. Windows color (decimal): -9809065 or 5722986. OLE color: 5722986.

HSL color Cylindrical-coordinate representation of color #6A5357: hue angle of 349.57º 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 #6A5357 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 83 87 -
CMYK 0 0.22 0.18 0.58
HSL 349.57º 0.12% 0.37% -
HSV(B) 349.57º 0.22% 0.42% -
XYZ 10.76 9.94 10.37 -
YUV 90.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 106 83 87 0 0.22 0.18 0.58 349.57 0.12 0.37
Hex 6A 53 57 0 16 12 3A 15E C 25
Octal 152 123 127 0 26 22 72 536 14 45
Binary 1101010 1010011 1010111 0 10110 10010 111010 101011110 1100 100101

Color Harmonies of #6A5357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5357

Black with #6A5357

Text Example


Text Example

White with #6A5357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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